Skip to content

Commit 62eec12

Browse files
committed
Updated CI tests
1 parent 1e39c21 commit 62eec12

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
- uses: actions/setup-python@v4
1515
with:
1616
python-version: '3.11'
17-
18-
- name: Install Poetry
19-
run: curl -sSL https://install.python-poetry.org | python3 -
17+
cache: 'poetry'
2018

2119
- name: Install dependencies
2220
run: poetry install

0 commit comments

Comments
 (0)