From: Oleg Broytman Date: Tue, 4 Jul 2023 16:44:15 +0000 (+0300) Subject: CI(GHActions): Cache conda X-Git-Tag: 3.2.0.post1~1^2 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=e27d96a4acb18f31927bbfb9f0d89f7cfddc52fd;p=mimedecode.git CI(GHActions): Cache conda --- diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index b3c3d3f..34aa65b 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -27,6 +27,11 @@ jobs: with: python-version: ${{ matrix.python-version }} if: ${{ runner.os != 'Linux' || contains(fromJSON(env.not_in_conda), matrix.python-version) }} + - name: Cache conda + uses: actions/cache@v3 + with: + path: ~/conda_pkgs_dir + key: ${{ runner.os }}-conda - name: Cache pip uses: actions/cache@v3 with: