Skip to content

Commit

Permalink
fix: remove cache key from Python setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
mjugl committed Jan 31, 2024
1 parent 9f06036 commit b48e9a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.11
cache: "poetry"
- name: Install Poetry
run: python -m pip install poetry
- name: Install dependencies
Expand Down

0 comments on commit b48e9a7

Please sign in to comment.