Skip to content

Commit

Permalink
Fix path to pytest
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Goerens <[email protected]>
  • Loading branch information
mgoerens committed Jul 9, 2024
1 parent 919146b commit 0dc58a3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
python-version: "3.10"
- name: Set up Python 3.x Part 2
run: |
# set up python
python3 -m venv ve1
cd scripts
../ve1/bin/pip3 install -r requirements.txt
../ve1/bin/pip3 install .
cd ..
# set up python
python3 -m venv ve1
cd scripts
../ve1/bin/pip3 install -r requirements.txt
../ve1/bin/pip3 install .
cd ..
- name: Run pytest
run: |
pytest scripts/src/precheck/
./ve1/bin/release-checker scripts/src/precheck/

0 comments on commit 0dc58a3

Please sign in to comment.