Skip to content

Commit

Permalink
Merge pull request #79 from wri/CIF-204-CORE-Use-Conda-for-running-te…
Browse files Browse the repository at this point in the history
…sts-in-Github-Actions

Review suggestions
  • Loading branch information
chrowe authored Sep 13, 2024
2 parents 0a434f6 + 6c977b0 commit b4fcc0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
28 changes: 0 additions & 28 deletions .github/environment.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/dev_ci_cd_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: cities-cif
environment-file: .github/environment.yml
environment-file: environment.yml
python-version: ${{ matrix.python-version }}
auto-update-conda: true
- name: Install Linux dependencies
run: |
sudo apt update
sudo apt install -y gdal-bin libgdal-dev
- name: Install other packages
run: |
conda install pytest --yes
- name: Run Tests
env:
GOOGLE_APPLICATION_USER: ${{ secrets.GOOGLE_APPLICATION_USER }}
Expand Down

0 comments on commit b4fcc0e

Please sign in to comment.