Skip to content

Commit

Permalink
Working on fixing CI for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Sep 26, 2023
1 parent c3056f2 commit 949ff42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:

strategy:
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-11', 'macos-12', 'windows-2022']
python-version: ['3.7', '3.8', '3.9', '3.10', 3.11]
# os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-11', 'macos-12', 'windows-2022']
# python-version: ['3.7', '3.8', '3.9', '3.10', 3.11]
os: ['windows-2022']
python-version: ['3.10']

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

Expand All @@ -40,6 +42,4 @@ jobs:
pip3 install -r requirements.txt
- name: Run Tests
run: |
python3 --version
python3 run_tests.py
run: ./run_tests.py

0 comments on commit 949ff42

Please sign in to comment.