Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrigankpawagi authored Dec 20, 2024
1 parent 0fb36c9 commit eca1ea1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.13.x'
python-version: '3.x'

- name: Install dependencies
run: |
sudo python -m pip install --upgrade pip
sudo pip install -r requirements.txt
sudo python -m pip install -r requirements.txt
- name: Run tests
run: |
Expand Down

0 comments on commit eca1ea1

Please sign in to comment.