Skip to content

Commit

Permalink
ci: Fix Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 8, 2024
1 parent 3b8aa40 commit 22b59e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
poetry --version
- name: Install dependencies
run: |
poetry env use python${{ matrix.python-version }}
poetry install
- name: Test with pytest
id: test_pytest
Expand Down

0 comments on commit 22b59e2

Please sign in to comment.