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 e512b6d commit 0822c06Copy full SHA for 0822c06
.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
@@ -78,15 +76,7 @@ jobs:
78
76
run: |
79
77
python -m poetry config virtualenvs.in-project true
80
81
- - name: Cache the virtualenv
82
- id: poetry-dependencies-cache
83
- uses: actions/cache@v3
84
85
- path: ./.venv
86
- key: ${{ runner.os }}-venv-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
87
-
88
- name: Install dev dependencies
89
- if: steps.poetry-dependencies-cache.outputs.cache-hit != 'true'
90
91
python -m poetry install --only=dev
92
0 commit comments