Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <laurentsimon@google.com>
  • Loading branch information
laurentsimon committed Oct 30, 2023
1 parent c18f381 commit bc76b53
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 @@ -22,10 +22,12 @@ jobs:
set -euo pipefail
python -m venv venv
source venv/bin/activate
pwd
echo "$PATH"
python -m pip install --require-hashes -r .github/workflows/scripts/requirements.txt
tree venv/
#tree venv/
echo "$PATH"
ls -l venv/bin/pytest
- name: Run unit tests
run: |
set -euo pipefail
Expand Down

0 comments on commit bc76b53

Please sign in to comment.