File tree Expand file tree Collapse file tree 3 files changed +3
-1166
lines changed Expand file tree Collapse file tree 3 files changed +3
-1166
lines changed Original file line number Diff line number Diff line change 34
34
uses : actions/setup-python@v3
35
35
with :
36
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
37
- name : Install and configure Poetry
47
38
run : |
48
39
pip install poetry
Original file line number Diff line number Diff line change @@ -136,3 +136,6 @@ tests/ms_path_6/
136
136
tests /pyoidc
137
137
tests /pyoidc.pub
138
138
tests /xtest_usage.py
139
+
140
+ # Poetry
141
+ poetry.lock
You can’t perform that action at this time.
0 commit comments