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 d50b4e9 commit db78783
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,11 @@ jobs:
sudo apt install bubblewrap
pip install --user --upgrade pip
pip install --user pipenv
cd env && ls -lha
- name: Run tests
run: |
if [ -f requirements.txt ]; then pipenv install -r requirements.txt; fi
if [ -f requirements-dev.txt ]; then pipenv install -r requirements.txt-dev; fi
which python3
bwrap \
--unshare-all \
--clearenv \
Expand All @@ -61,7 +59,6 @@ jobs:
--tmpfs $HOME \
--tmpfs /tmp \
pipenv run coverage run -m unittest
deactivate
- name: Run linting
run: pre-commit run --all-files
Expand Down

0 comments on commit db78783

Please sign in to comment.