mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-01-21 07:28:24 +00:00
workflows: remove poetry cache
This commit is contained in:
parent
7582cba1dd
commit
8eaafc9925
5
.github/workflows/pythonpackage.yml
vendored
5
.github/workflows/pythonpackage.yml
vendored
@ -27,11 +27,6 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Upgrade pip
|
||||
run: python -m pip install --upgrade pip
|
||||
- name: Load cached Poetry installation
|
||||
uses: actions/cache@v3.0.1
|
||||
with:
|
||||
path: ~/.local
|
||||
key: poetry-1
|
||||
- name: Install Poetry
|
||||
uses: snok/install-poetry@v1
|
||||
- name: Install deps
|
||||
|
5
.github/workflows/pythonpublish.yml
vendored
5
.github/workflows/pythonpublish.yml
vendored
@ -15,11 +15,6 @@ jobs:
|
||||
python-version: '3.x'
|
||||
- name: Upgrade pip
|
||||
run: python -m pip install --upgrade pip
|
||||
- name: Load cached Poetry installation
|
||||
uses: actions/cache@v3.0.1
|
||||
with:
|
||||
path: ~/.local
|
||||
key: poetry-1
|
||||
- name: Install Poetry
|
||||
uses: snok/install-poetry@v1
|
||||
- name: Install deps
|
||||
|
Loading…
Reference in New Issue
Block a user