Skip to content

Commit

Permalink
Changed build-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed Oct 7, 2023
1 parent 42bba81 commit 9ab75d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pipenv
pipenv install
pip install flake8
pip install -r requirements.txt
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand All @@ -37,4 +37,4 @@ jobs:
- name: Test with pytest
run: |
pip install pytest
cd .. && python -m pytest
python -m pytest

0 comments on commit 9ab75d0

Please sign in to comment.