Skip to content

Commit

Permalink
Use correct python version flag
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwcarlson authored Nov 20, 2023
1 parent 4959102 commit b8d0172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quality-assurance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
with:
python-version: ${{ matrix.python }}
- run: python -m pip install --upgrade pipenv wheel
- run: pipenv --python ${{ matrix.python }}
- run: pipenv install
- run: pipenv run "pytest"

0 comments on commit b8d0172

Please sign in to comment.