diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 64375968..b777f9e1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -30,7 +30,7 @@ jobs: id: cached-poetry-dependencies with: path: .venv - key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }} + key: venv1-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }} - name: Install Dependencies run: poetry install @@ -74,7 +74,7 @@ jobs: id: cached-poetry-dependencies with: path: .venv - key: venv-${{ matrix.python-version }}-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }} + key: venv1-${{ matrix.python-version }}-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }} if: ${{ matrix.platform != 'windows-2019' }} # windows hangs if using a cached venv - name: Install Dependencies diff --git a/poetry.lock b/poetry.lock index 73967a6a..43558a96 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2889,13 +2889,13 @@ files = [ [[package]] name = "ruamel-yaml" -version = "0.18.9" +version = "0.18.10" description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" optional = false python-versions = ">=3.7" files = [ - {file = "ruamel.yaml-0.18.9-py3-none-any.whl", hash = "sha256:c17d2a7ccf7fd2dd4b6d699111c37e94f12277a1db71e847ad7f3d19b8e3e9f4"}, - {file = "ruamel.yaml-0.18.9.tar.gz", hash = "sha256:59d0f8b10c658bd55ecd107e334d4117d766a2b9cc8f5176afcdadcff6f84a5e"}, + {file = "ruamel.yaml-0.18.10-py3-none-any.whl", hash = "sha256:30f22513ab2301b3d2b577adc121c6471f28734d3d9728581245f1e76468b4f1"}, + {file = "ruamel.yaml-0.18.10.tar.gz", hash = "sha256:20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58"}, ] [package.dependencies]