We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d283942 commit e0e1e5dCopy full SHA for e0e1e5d
1 file changed
.github/workflows/pythonpackage.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
python-version: ${{ matrix.python-version }}
20
cache: 'poetry'
21
+ - run: poetry lock
22
- run: poetry install
23
- run: poetry run pytest
24
0 commit comments