Skip to content

Commit

Permalink
Update run_all_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Feb 22, 2024
1 parent 586a808 commit 688eb77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_all_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
all_but_latest: true
access_token: ${{ github.token }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0 # tags are required for versioneer to determine the version

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-ver }}

Expand Down

0 comments on commit 688eb77

Please sign in to comment.