From cee95a3814e817764dc9d13f682a4c6e032401e1 Mon Sep 17 00:00:00 2001 From: Denis Vieriu Date: Mon, 23 Jan 2023 20:57:24 -0800 Subject: [PATCH] Retrigger checks #14 --- .github/workflows/lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bb9ce72f9b80b..bc7f421d2abfc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,8 +29,9 @@ jobs: - name: Install requirements env: ENV_NAME: conda-test-env-${{ github.run_id }} + PY_VERS: 3.9 run: | - ${CONDA_RUN} pip install -r .github/requirements-gha-cache.txt --user + ${CONDA_RUN} python3 -mpip install pip install -r .github/requirements-gha-cache.txt --user - name: Initialize lint dependencies env: