Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 60336d6

Browse files
committedMar 10, 2025··
Use python-version-file instead of python-version in actions/setup-python
1 parent bb95444 commit 60336d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
- uses: actions/setup-python@v5
8181
with:
82-
python-version: '3.10'
82+
python-version-file: "pyproject.toml"
8383
- uses: actions/download-artifact@v4
8484
with:
8585
name: wheel
@@ -150,7 +150,7 @@ jobs:
150150
- uses: actions/checkout@v4
151151
- uses: ./.github/setup_evap
152152
with:
153-
npm-ci: 'true'
153+
npm-ci: "true"
154154

155155
- name: Run ruff
156156
run: ruff check .

0 commit comments

Comments
 (0)
Please sign in to comment.