Skip to content

Commit

Permalink
trying to fix gha workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethjmyers committed Apr 25, 2024
1 parent a992081 commit c83ec3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.8.15'
python-version: '3.12.3'

- name: Install requirements
run: pip install ."[test]"
run: |
pip install --upgrade pip
pip install ."[test]"

- name: Run tests and collect coverage
run: pytest --cov .
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python 3.12.3

0 comments on commit c83ec3d

Please sign in to comment.