Skip to content

Commit a53550a

Browse files
committed
chore: use latest poetry
1 parent 2ec728f commit a53550a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/_unit-tests-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
mongo-port: "27017"
1515
mongo-version: "6.0.9"
1616
python-version: "3.9.18"
17-
poetry-version: "2.1.3"
17+
poetry-version: "2.1.4"
1818
replicaset: "rs0"
1919
jobs:
2020
unit-tests:
@@ -36,10 +36,10 @@ jobs:
3636
${{ inputs.working-directory }}/poetry.lock
3737
- name: Install packages
3838
run: sudo apt update; sudo apt install -y ffmpeg libavcodec-extra libsndfile1
39-
- name: Activate Poetry Environment
39+
- name: Install dependencies
4040
# "poetry env use" is required: https://github.com/actions/setup-python/issues/374#issuecomment-1088938718
4141
run: |
42-
poetry env use $(which python)
42+
poetry env use "${{ env.python-version }}"
4343
poetry install
4444
- name: Launch mongo
4545
env:

0 commit comments

Comments
 (0)