Skip to content

Commit

Permalink
Set python version for the linting checks
Browse files Browse the repository at this point in the history
  • Loading branch information
judithbergada committed Jan 16, 2025
1 parent cdc4e08 commit ea35c4d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ jobs:
${{ matrix.tools }}: true
args: ${{ matrix.args }}
workdir: "."
python_version: 3.12.8

testing:
runs-on: ubuntu-latest
steps:
- name: Pytest
uses: microsoft/[email protected]
with:
testing: true
pytest: true
testdir: "tests"
python_version: 3.12.8

0 comments on commit ea35c4d

Please sign in to comment.