Skip to content

Commit

Permalink
Update control_tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dianapenciuc authored May 23, 2024
1 parent 96a8f4e commit 2a8129a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/control_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Install pytest and flake8
run: |
pip install pytest
pip install flake8
pip install flake8
- name: Run tests
run: |
pytest
pytest
- name: Run flake8
uses: py-actions/flake8@v2
uses: py-actions/flake8@v2

0 comments on commit 2a8129a

Please sign in to comment.