Skip to content

Commit

Permalink
Merge pull request #20 from iamatulsingh/iamatulsingh-patch-1
Browse files Browse the repository at this point in the history
update: checkout to v3 in pytest
  • Loading branch information
iamatulsingh authored May 14, 2024
2 parents 5f8ea88 + 017dd6a commit c4901a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v3

# Setup Python (faster than using Python container)
- name: Setup Python
Expand All @@ -25,4 +25,4 @@ jobs:
- name: Run test suite
run: |
pytest -v tests/e2e.py
pytest -v tests/e2e.py

0 comments on commit c4901a4

Please sign in to comment.