Skip to content

Commit

Permalink
Reenabled full CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Aug 6, 2024
1 parent 4170c70 commit 39bf380
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ jobs:

strategy:
matrix:
# TEST
# os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-12', 'macos-13', 'windows-2019', 'windows-2022']
# python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: ['ubuntu-22.04']
python-version: ['3.10']
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-12', 'macos-13', 'windows-2019', 'windows-2022']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 39bf380

Please sign in to comment.