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 ff2cfc6 commit 6e722a8Copy full SHA for 6e722a8
.github/workflows/test.yml
@@ -34,15 +34,6 @@ jobs:
34
uses: actions/setup-python@v3
35
with:
36
python-version: ${{ matrix.python-version }}
37
- - name: Get full python version
38
- id: full-python-version
39
- run: |
40
- echo version=$(python -c "import sys, platform; print('.'.join(str(v) for v in sys.version_info[:3]) + '_' + platform.machine())") >> $GITHUB_OUTPUT
41
- - name: Set up cache
42
- uses: actions/cache@v3
43
- with:
44
- path: .venv
45
- key: ${{ runner.os }}-venv-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
46
- name: Install and configure Poetry
47
run: |
48
pip install poetry
0 commit comments