Skip to content

Commit

Permalink
PyTest integrations with github workflow actions (work-in-progress).
Browse files Browse the repository at this point in the history
  • Loading branch information
vmdocua committed Oct 9, 2023
1 parent db64868 commit efaba6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:

- name: Create Python 3.11 venv
run: |
pwd
python3.11 -m venv venv
venv/bin/activate
venv/bin/pip install poetry
venv/bin/poetry config virtualenvs.create false
venv/bin/poetry config virtualenvs.in-project true
Expand Down

0 comments on commit efaba6f

Please sign in to comment.