Skip to content

Commit 82e9dea

Browse files
author
dmy.berezovskyi
committed
fix job
1 parent 144b8b2 commit 82e9dea

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/run_tests.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
with:
2525
python-version: "3.10"
2626

27+
# Install Poetry
28+
- name: Install Poetry
29+
run: |
30+
python -m pip install --upgrade pip
31+
pip install poetry
32+
2733
# Clear Poetry cache
2834
- name: Clear Poetry cache
2935
run: |
@@ -40,11 +46,6 @@ jobs:
4046
echo "Chrome is already installed"
4147
fi
4248
43-
- name: Install Poetry
44-
run: |
45-
python -m pip install --upgrade pip
46-
pip install poetry
47-
4849
- name: Install dependencies with Poetry
4950
run: |
5051
poetry install

0 commit comments

Comments
 (0)