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 d23a79f commit f530d5b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ jobs:
auto-update-conda: false
use-only-tar-bz2: true

- name: "conda info"
run: |
conda info
conda update --all
conda install -c conda-forge proj=9.4.1
conda list
- name: "conda environment cache"
uses: ./.github/workflows/composite/conda-env-cache
with:
Expand All @@ -96,13 +103,6 @@ jobs:
env_name: ${{ env.ENV_NAME }}
install_packages: "cartopy nox pip"

- name: "conda info"
run: |
conda info
conda update --all
conda install -c conda-forge proj=9.4.1
conda list
- name: "cartopy cache"
uses: ./.github/workflows/composite/cartopy-cache
with:
Expand Down

0 comments on commit f530d5b

Please sign in to comment.