We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e47d9f commit bf030e5Copy full SHA for bf030e5
1 file changed
.github/workflows/python-app.yml
@@ -1,4 +1,4 @@
1
-# This workflow will install Python dependencies, run tests and lint with a single version of Python
+# This workflow installs Python dependencies, runs tests and lints with a single version of Python
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
3
4
name: microbiorust-py python tests
@@ -23,11 +23,12 @@ jobs:
23
24
steps:
25
- uses: actions/checkout@v4
26
- - name: Set up Python 3.10
27
- uses: actions/setup-python@v3
+ - name: Set up Python 3.12
+ uses: actions/setup-python@v5
28
with:
29
- python-version: "3.10"
+ python-version: "3.12"
30
cache: 'pip'
31
+ cache-dependency-path: 'microbiorust-py/pyproject.toml'
32
33
- name: Set up Rust
34
uses: dtolnay/rust-toolchain@stable
0 commit comments