We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454cb43 commit 6e753adCopy full SHA for 6e753ad
.github/workflows/lint.yaml
@@ -26,7 +26,7 @@ jobs:
26
- uses: jaxxstorm/action-install-gh-release@v1.10.0
27
with:
28
repo: houseabsolute/precious
29
- tag: v0.9.0
+ tag: v0.10.0
30
cache: enable
31
32
# lint
.github/workflows/test.yaml
@@ -35,7 +35,7 @@ jobs:
35
# install dependencies
36
- uses: pdm-project/setup-pdm@v4
37
38
- python-version: 3.9
+ python-version: 3.10
39
cache: true
40
cache-dependency-path: pylock.minimal.toml
41
- run: pdm install -G:all --lockfile pylock.minimal.toml
0 commit comments