We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python-version-file
python-version
actions/setup-python
1 parent bb95444 commit 60336d6Copy full SHA for 60336d6
.github/workflows/tests.yml
@@ -79,7 +79,7 @@ jobs:
79
steps:
80
- uses: actions/setup-python@v5
81
with:
82
- python-version: '3.10'
+ python-version-file: "pyproject.toml"
83
- uses: actions/download-artifact@v4
84
85
name: wheel
@@ -150,7 +150,7 @@ jobs:
150
- uses: actions/checkout@v4
151
- uses: ./.github/setup_evap
152
153
- npm-ci: 'true'
+ npm-ci: "true"
154
155
- name: Run ruff
156
run: ruff check .
0 commit comments