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 1712a48 commit 437d3ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sudo apt install python3.11-venv -y
shell: bash

- name: Create venv and poetry
- name: Create venv and poetry build
run: |
pwd
ls -l
Expand All @@ -53,6 +53,8 @@ jobs:
venv/bin/poetry env use `which python3`
venv/bin/python --version
venv/bin/poetry --version
venv/bin/poetry install
venv/bin/poetry build
shell: bash

- name: Setup test DB
Expand Down

0 comments on commit 437d3ed

Please sign in to comment.