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 be8e739 commit c0f9206Copy full SHA for c0f9206
.github/workflows/pytests.yml
@@ -18,20 +18,7 @@ jobs:
18
fetch-depth: 2
19
20
- name: Setup Gardenlinux
21
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
22
-
23
- - name: Activate caching based on lockfile
24
- id: lockfile
25
- run: |
26
- if [ -f poetry.lock ]; then
27
- echo "cache_type=poetry" >> $GITHUB_OUTPUT
28
- elif [ -f requirements.txt ]; then
29
- echo "cache_type=pip" >> $GITHUB_OUTPUT
30
- else
31
- # no lockfile present: create empty requirements.txt and use pip caching
32
- touch requirements.txt
33
34
- fi
+ uses: ./.github/actions/setup
35
36
- name: Install Poetry
37
uses: snok/install-poetry@v1
0 commit comments