Skip to content

Commit

Permalink
REMOVE CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadek-MO committed Sep 4, 2024
1 parent 211554c commit 9a1428c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,14 @@ jobs:
auto-update-conda: false
use-only-tar-bz2: false

- name: "conda info"
- name: "conda update"
run: |
conda info
conda update --all
conda install -c conda-forge proj=9.4.1
- name: "conda info"
run: |
conda info
conda list
- name: "conda environment cache"
Expand Down

0 comments on commit 9a1428c

Please sign in to comment.