Skip to content

Commit

Permalink
build: removed unused cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pahrohfit committed Mar 19, 2024
1 parent f3bc395 commit 5a3404e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.9
cache: 'poetry'
#cache: 'poetry'

- name: Install Poetry
uses: snok/install-poetry@v1

Expand Down

0 comments on commit 5a3404e

Please sign in to comment.