Skip to content

Commit

Permalink
ci(workflows): 🐛 remove Poetry caching
Browse files Browse the repository at this point in the history
Need poetry install before, but it would not use the correct Python version
See actions/setup-python#369
  • Loading branch information
MickaelFontes committed Feb 25, 2024
1 parent ac39f99 commit c27acb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/setup-python/action.yaml
Expand Up @@ -9,7 +9,6 @@ runs:
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "poetry"
- name: Install poetry
shell: bash
run: |
Expand Down

0 comments on commit c27acb7

Please sign in to comment.