We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b4dac0 + 2dc9fbf commit 8e79b3dCopy full SHA for 8e79b3d
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
poetry config virtualenvs.in-project true --local
30
31
- name: Setup Python ${{ matrix.python-version }}
32
- uses: actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
+ uses: actions/setup-python@e9c40fbc2bf309799101412f178fe3064ebb27ac
33
with:
34
python-version: ${{ matrix.python-version }}
35
cache: "poetry"
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
19
20
- name: Setup Python
21
22
23
python-version: "3.10"
24
0 commit comments