Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jan 2, 2024
1 parent 12cdb5a commit 8adf15b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ jobs:

- name: Install dependencies
run: |
set -x
python3 -m pip install --upgrade pip
pip3 install pytest pytest-emoji
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
# if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
which pytest
- name: Test code with pytest
uses: pavelzw/pytest-action@v2
Expand Down

0 comments on commit 8adf15b

Please sign in to comment.