Skip to content

Commit

Permalink
Use check-latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Dec 15, 2023
1 parent e881fa7 commit cec69f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1323,6 +1323,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.python_arch }}
check-latest: true
- name: install dependencies
run: |
python -mpip install --progress-bar=off -r ci/requirements.txt
Expand Down
1 change: 1 addition & 0 deletions ci/templates/.github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
with:
python-version: {{ '${{ matrix.python }}' }}
architecture: {{ '${{ matrix.python_arch }}' }}
check-latest: true
- name: install dependencies
run: |
python -mpip install --progress-bar=off -r ci/requirements.txt
Expand Down

0 comments on commit cec69f5

Please sign in to comment.