Skip to content

Commit

Permalink
Caching isn't ready yet
Browse files Browse the repository at this point in the history
  • Loading branch information
392781 authored Oct 27, 2022
1 parent d8cf82d commit 6f927dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x'
cache: 'pip'

- name: Installing dependencies
run: |
Expand Down Expand Up @@ -58,7 +57,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'

- name: Running Poetry image
uses: abatilo/actions-poetry@v2
Expand Down

0 comments on commit 6f927dd

Please sign in to comment.