Skip to content

Commit 361ecaa

Browse files
authored
Merge pull request #137 from jschlyter/remove_poetry_lock
2 parents c03d7c8 + 80b4303 commit 361ecaa

File tree

3 files changed

+3
-1166
lines changed

3 files changed

+3
-1166
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ jobs:
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

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,6 @@ tests/ms_path_6/
136136
tests/pyoidc
137137
tests/pyoidc.pub
138138
tests/xtest_usage.py
139+
140+
# Poetry
141+
poetry.lock

0 commit comments

Comments
 (0)