Skip to content

Commit

Permalink
test various python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jul 22, 2024
1 parent 8f23016 commit 237a488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ jobs:
max-parallel: 9
matrix:
os: [windows-latest, ubuntu-20.04]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
steps:
- name: Checkout github repo (+ download lfs dependencies)
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 237a488

Please sign in to comment.