Skip to content

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GirZ0n committed Feb 20, 2024
1 parent 7122d4c commit c57d070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Poetry
if: steps.poetry-cache.outputs.cache-hit != 'true'
run: |
python3 -m venv $POETRY_HOME
python3 -m venv ~/poetry
$POETRY_HOME/bin/pip3 install poetry==$POETRY_VERSION
- name: Cache virtual environment
Expand Down

0 comments on commit c57d070

Please sign in to comment.