Skip to content

Commit

Permalink
Update pytester.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazno committed Aug 20, 2023
1 parent f87bb88 commit 7aa92a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pytester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.10
- name: Set up Python 3.11.4
uses: actions/setup-python@v2
with:
python-version: 3.11.4

- name: Install dependencies
- name: Install dependencies and pytest
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
python -m pip install pytest
python -m pip install -r requirements.txt
- name: Test with pytest
run: |
pytest

0 comments on commit 7aa92a1

Please sign in to comment.