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 3434 uses : actions/setup-python@v3
3535 with :
3636 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') }}
4637 - name : Install and configure Poetry
4738 run : |
4839 pip install poetry
Original file line number Diff line number Diff line change @@ -136,3 +136,6 @@ tests/ms_path_6/
136136tests /pyoidc
137137tests /pyoidc.pub
138138tests /xtest_usage.py
139+
140+ # Poetry
141+ poetry.lock
You can’t perform that action at this time.
0 commit comments