Skip to content

Commit

Permalink
maint: fix gha workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Mar 1, 2023
1 parent c3676f1 commit 724d39d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
architecture: x86
# Only run newest on Windows/Mac
- os: windows-latest
python-version: [3.8, 3.9]
python-version: 3.8
- os: windows-latest
python-version: 3.9
- os: macos-latest
python-version: 3.8
- os: macos-latest
python-version: [3.8, 3.9]
# Only install minimum requirements for one installation type
# Doesn't matter which
- package: 'dist/*.whl'
- package: 'dist/*.tar.gz'
python-version: 3.9
# Skip 32-bit Windows with Python 3.10 (see #42)
- os: windows-latest
architecture: x86
Expand Down

0 comments on commit 724d39d

Please sign in to comment.