Skip to content

Commit

Permalink
try specifying python versions without github matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed Dec 26, 2023
1 parent 1e978ae commit e72638e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: |
3.8
3.9
3.10
3.11
3.12
- name: Install Hatch
run: pipx install hatch
- name: Test codebase
Expand Down

0 comments on commit e72638e

Please sign in to comment.