Skip to content

Commit

Permalink
ci: test on windows and mac
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedrennan committed Jan 18, 2024
1 parent 60baed8 commit fe7046e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
Expand All @@ -143,7 +144,6 @@ jobs:
with:
name: images
path: outputs/generated/*.jpg


publish-docs:
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit fe7046e

Please sign in to comment.