try to find venv

This commit is contained in:
Schmieder, Jacob
2024-05-16 07:42:44 +00:00
parent ab2cbbbd69
commit 35b5682d96
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
run: ls -la /github/home/.cache/pypoetry/virtualenvs
- name: Get the virtual environment path
run: echo "VENV_PATH=$(ls -d /github/home/.cache/pypoetry/virtualenvs/*)" >> $GITHUB_ENV
run: echo "VENV_PATH=$(ls -d $HOME/.cache/pypoetry/virtualenvs/* | head -n 1)" >> $GITHUB_ENV
- name: Activate the virtual environment and get version
run: |