mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-26 07:49:48 -05:00
Don't cache poetry deps, since this is causing issues
This commit is contained in:
parent
033c0cb56f
commit
9a1d56d6cb
@ -109,17 +109,17 @@ jobs:
|
|||||||
name: Install poetry
|
name: Install poetry
|
||||||
command: C:\Python39\python -m pip install poetry
|
command: C:\Python39\python -m pip install poetry
|
||||||
|
|
||||||
- restore_cache:
|
# - restore_cache:
|
||||||
key: build-win64-desktop-poetry-deps-{{ checksum "~/project/desktop/poetry.lock" }}-{{ .Environment.CACHE_VERSION }}
|
# key: build-win64-desktop-poetry-deps-{{ checksum "~/project/desktop/poetry.lock" }}-{{ .Environment.CACHE_VERSION }}
|
||||||
- run:
|
- run:
|
||||||
name: Install poetry dependencies
|
name: Install poetry dependencies
|
||||||
command: |
|
command: |
|
||||||
cd C:\Users\circleci\project\desktop
|
cd C:\Users\circleci\project\desktop
|
||||||
C:\Python39\scripts\poetry install
|
C:\Python39\scripts\poetry install
|
||||||
- save_cache:
|
# - save_cache:
|
||||||
key: build-win64-desktop-poetry-deps-{{ checksum "~/project/desktop/poetry.lock" }}-{{ .Environment.CACHE_VERSION }}
|
# key: build-win64-desktop-poetry-deps-{{ checksum "~/project/desktop/poetry.lock" }}-{{ .Environment.CACHE_VERSION }}
|
||||||
paths:
|
# paths:
|
||||||
- C:\Users\circleci\AppData\Local\pypoetry\Cache\virtualenvs
|
# - C:\Users\circleci\AppData\Local\pypoetry\Cache\virtualenvs
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: get-tor-win64-{{ checksum "desktop/scripts/get-tor.py" }}-{{ .Environment.CACHE_VERSION }}
|
key: get-tor-win64-{{ checksum "desktop/scripts/get-tor.py" }}-{{ .Environment.CACHE_VERSION }}
|
||||||
@ -224,17 +224,17 @@ jobs:
|
|||||||
name: Install poetry
|
name: Install poetry
|
||||||
command: C:\Python39\python -m pip install poetry
|
command: C:\Python39\python -m pip install poetry
|
||||||
|
|
||||||
- restore_cache:
|
# - restore_cache:
|
||||||
key: build-win32-desktop-poetry-deps-{{ checksum "~/project/desktop/poetry.lock" }}-{{ .Environment.CACHE_VERSION }}
|
# key: build-win32-desktop-poetry-deps-{{ checksum "~/project/desktop/poetry.lock" }}-{{ .Environment.CACHE_VERSION }}
|
||||||
- run:
|
- run:
|
||||||
name: Install poetry dependencies
|
name: Install poetry dependencies
|
||||||
command: |
|
command: |
|
||||||
cd ~\project\desktop
|
cd ~\project\desktop
|
||||||
C:\Python39\Scripts\poetry install
|
C:\Python39\Scripts\poetry install
|
||||||
- save_cache:
|
# - save_cache:
|
||||||
key: build-win32-desktop-poetry-deps-{{ checksum "~/project/desktop/poetry.lock" }}-{{ .Environment.CACHE_VERSION }}
|
# key: build-win32-desktop-poetry-deps-{{ checksum "~/project/desktop/poetry.lock" }}-{{ .Environment.CACHE_VERSION }}
|
||||||
paths:
|
# paths:
|
||||||
- C:\Users\circleci\AppData\Local\pypoetry\Cache\virtualenvs
|
# - C:\Users\circleci\AppData\Local\pypoetry\Cache\virtualenvs
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: get-tor-win32-{{ checksum "desktop/scripts/get-tor.py" }}-{{ .Environment.CACHE_VERSION }}
|
key: get-tor-win32-{{ checksum "desktop/scripts/get-tor.py" }}-{{ .Environment.CACHE_VERSION }}
|
||||||
|
Loading…
Reference in New Issue
Block a user