From 31f7d2e3ef13db8e57a810f5d7b70857506e369f Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Wed, 4 Sep 2024 12:51:07 -0400 Subject: [PATCH] more --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23ae9aef..ab9341ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,12 +25,16 @@ jobs: with: environment-file: environment_gcsfs.yaml python-version: ${{ matrix.PY }} + activate-environment: gcsfs_test - name: Conda info run: | conda list conda --version + - name: install + run: | + pip install -e . - name: Run tests run: | export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/gcsfs/tests/fake-secret.json