We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363d2a3 commit b55c63cCopy full SHA for b55c63c
.github/workflows/main.yml
@@ -13,8 +13,6 @@ jobs:
13
- uses: actions/checkout@v4
14
- name: Set up Python
15
uses: actions/setup-python@v5
16
- with:
17
- cache: "pip"
18
- name: Install pypa/build
19
run: >-
20
python3 -m pip install --user
@@ -76,15 +74,7 @@ jobs:
76
74
run: |
77
75
python -m poetry config virtualenvs.in-project true
78
79
- - name: Cache the virtualenv
80
- id: poetry-dependencies-cache
81
- uses: actions/cache@v3
82
83
- path: ./.venv
84
- key: ${{ runner.os }}-venv-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
85
-
86
- name: Install dev dependencies
87
- if: steps.poetry-dependencies-cache.outputs.cache-hit != 'true'
88
89
python -m poetry install --only=dev
90
0 commit comments