Skip to content

Commit

Permalink
fixed tests for stable 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Nov 15, 2021
1 parent 4e7c178 commit 7e97a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt-get install libkrb5-dev
python -m pip install --upgrade pip
pip install pytest pylint #flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f build/requirements/linux.txt ]; then pip install -r build/requirements/linux.txt; fi
# - name: Lint with flake8
# run: |
# # stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 7e97a63

Please sign in to comment.