Skip to content

Commit dfd47d2

Browse files
committed
unit test fix
1 parent be490f9 commit dfd47d2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/unit-tests.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- name: Install poetry
16-
run: pip install poetry
17-
- uses: actions/setup-python@v5
15+
16+
- name: Set up python
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.11'
20-
- name: Install dependencies
20+
- name: Install poetry
21+
run: pip install poetry
22+
- name: Install dependencies with poetry
2123
run: |
2224
poetry config virtualenvs.create false
2325
poetry lock --no-update

0 commit comments

Comments
 (0)