Skip to content

Commit

Permalink
Fix caching poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
corey committed Feb 17, 2024
1 parent f5582f6 commit 3df6dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Cache Poetry Version
working-directory: test_apps/python_app
run:
$POETRY_VER = python -c "import importlib_metadata; print(importlib_metadata.version('poetry'))""
$POETRY_VER = python -c "import importlib_metadata; print(importlib_metadata.version('poetry'))"
echo $POETRY_VER
echo "poetry_version=$POETRY_VER" >> $GITHUB_ENV

Expand Down

0 comments on commit 3df6dd0

Please sign in to comment.