Skip to content

Commit

Permalink
restore python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Jan 16, 2024
1 parent e6b9eb6 commit 39fa3da
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10']
# python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- name: Clone repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -111,8 +110,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.10']
# python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- name: Clone repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 39fa3da

Please sign in to comment.