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 2a8129a commit e7c3ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/control_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
python-version: "3.x"
- name: Install pytest and flake8
run: |
pip install pytest
pip install pytest
pip install flake8
- name: Run tests
run: |
pytest
pytest
- name: Run flake8
uses: py-actions/flake8@v2

0 comments on commit e7c3ccf

Please sign in to comment.