Skip to content

Commit

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

strategy:
matrix:
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']
# 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']

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

Expand Down

0 comments on commit 4170c70

Please sign in to comment.