Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Sep 4, 2024
1 parent f0906d0 commit 31f7d2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31f7d2e

Please sign in to comment.