We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c03d7c8 + 80b4303 commit 361ecaaCopy full SHA for 361ecaa
3 files changed
.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
.gitignore
@@ -136,3 +136,6 @@ tests/ms_path_6/
136
tests/pyoidc
137
tests/pyoidc.pub
138
tests/xtest_usage.py
139
+
140
+# Poetry
141
+poetry.lock
0 commit comments