Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:ChristianTremblay/BAC0 into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTremblay committed Jul 28, 2021
2 parents 8771500 + 7c0a00f commit 4414efd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
pip install flask_bootstrap
pip install colorama
pip install netifaces
pip install python-dotenv
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install .
- name: Lint with flake8
Expand Down Expand Up @@ -68,4 +69,4 @@ jobs:
# env:
# GITHUB_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
# COVERALLS_FLAG_NAME: ${{ matrix.test-name }}
# COVERALLS_PARALLEL: true
# COVERALLS_PARALLEL: true

0 comments on commit 4414efd

Please sign in to comment.