Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 855a8c1

Browse files
committed
Update build.yml
1 parent fbe869e commit 855a8c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,15 @@ jobs:
4949
python3 -m pip install --user --upgrade pip
5050
python3 -m pip install --user virtualenv
5151
python3 -m venv env
52+
ls -lha
5253
5354
- name: Run tests in isolated virtual environment
5455
run: |
5556
source env/bin/activate
5657
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
5758
if [ -f requirements-dev.txt ]; then python3 -m pip install -r requirements.txt-dev; fi
59+
python3 -m pip install--upgrade pip
60+
which python3
5861
bwrap \
5962
--ro-bind / / \
6063
--bind $PWD $PWD \

0 commit comments

Comments
 (0)