Skip to content

Commit

Permalink
CI test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
trickerer01 committed Jun 3, 2024
1 parent 175eea4 commit 9c40ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install flake8
pip install -r requirements.txt
- name: Run tests
run: |
cd src
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --exit-zero --max-line-length=140 --statistics
pytest tests.py
python -m unittest tests.py

0 comments on commit 9c40ba7

Please sign in to comment.