Skip to content

Commit

Permalink
refactoring .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koshkar committed Oct 5, 2023
1 parent ecfaf30 commit 69d07b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cs-102.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black mypy pylint pygame pytelegrambotapi pandas boddle bottle pytest
pip install black mypy pylint pygame pytelegrambotapi pandas boddle bottle
- name: Install project dependencies
run: |
if [ -f ${{ github.head_ref }}/requirements.txt ];
Expand All @@ -23,5 +23,5 @@ jobs:
fi
- name: Run unittests
run: |
cd ../../tests/lab1/
python3 -m unittest test_calculator.py
python3 -m unittest tests/lab1/test_calculator.py

0 comments on commit 69d07b4

Please sign in to comment.