Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Aug 14, 2023
1 parent 810d399 commit c0e3c91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ jobs:
export PIP_IGNORE_INSTALLED=1
pip install --user --upgrade pip
pip install --user pipenv
pipenv --site-packages
- name: Run tests
run: |
if [ -f requirements.txt ]; then pipenv install -r requirements.txt; fi
if [ -f requirements.txt ]; then pipenv install --dev -r requirements.txt; fi
if [ -f requirements-dev.txt ]; then pipenv install --dev -r requirements-dev.txt; fi
bwrap \
--unshare-all \
Expand Down

0 comments on commit c0e3c91

Please sign in to comment.