Skip to content

Commit

Permalink
Simplify test workflow a little
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Oct 13, 2023
1 parent 96baba9 commit 7f629f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ jobs:
run: |
pwd
ls -l
python3.10 -m venv venv
venv/bin/pip install poetry
venv/bin/poetry config virtualenvs.create false
venv/bin/poetry config virtualenvs.in-project true
venv/bin/poetry env use `which python3`
venv/bin/poetry env use `which python`
venv/bin/python --version
venv/bin/poetry --version
venv/bin/poetry install
Expand Down

0 comments on commit 7f629f2

Please sign in to comment.