Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sambonkov authored Aug 8, 2024
1 parent c291be1 commit d5983a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
matrix:
python-version: [3.9]
steps:
- uses: actions/checkout@v1
with:
ref: main
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
Expand All @@ -38,4 +36,4 @@ jobs:
name: codecov-umbrella
fail_ci_if_error: true
path_to_write_report: ./codecov_report.txt
verbose: true
verbose: true

0 comments on commit d5983a5

Please sign in to comment.