Skip to content

Commit

Permalink
try check-latest: true
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstavenger-pnnl committed Dec 12, 2024
1 parent 5decf2b commit cc72a95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jupyter-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.x'
check-latest: true

- name: Setup ffmpeg (with retries)
uses: ./.github/actions/setup-ffmpeg
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pydoctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.x'
check-latest: true

- name: Install requirements for documentation generation
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.x'
check-latest: true
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit cc72a95

Please sign in to comment.