We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2112733 commit 2ec728fCopy full SHA for 2ec728f
.github/workflows/_unit-tests-python.yml
@@ -39,9 +39,8 @@ jobs:
39
- name: Activate Poetry Environment
40
# "poetry env use" is required: https://github.com/actions/setup-python/issues/374#issuecomment-1088938718
41
run: |
42
- poetry env use "${{ env.python-version }}"
43
- - name: Install dependencies
44
- run: poetry install
+ poetry env use $(which python)
+ poetry install
45
- name: Launch mongo
46
env:
47
MONGO_PORT: ${{ env.mongo-port }}
0 commit comments