Skip to content

Commit

Permalink
Remove virtualenvs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenjoseph committed Feb 3, 2024
1 parent 59c27ba commit 1bd70d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
poetry config virtualenvs.create false
- name: Install dependencies
run: poetry install
- name: Test with pytest
Expand Down

0 comments on commit 1bd70d8

Please sign in to comment.