Skip to content

Commit

Permalink
more ci updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Dec 16, 2024
1 parent af82c06 commit 85e0a5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/linting_and_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,8 @@ jobs:
run: |
conda update -n base -c defaults conda -y
conda install -n base conda-libmamba-solver -c conda-forge -y
- name: Install dependencies 1
run: |
conda install -c conda-forge gdal -y
- name: Install dependencies 2
run: |
conda install -c conda-forge -c loop3d --file dependencies.txt -y
- name: Install 3
run: |
conda install pytest -y
- name: Install map2loop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_conda_build_install.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test Conda Build and Import

on:
workflow_dispatch:
workflow_dispatch:

jobs:
test-conda-build:
Expand Down

0 comments on commit 85e0a5d

Please sign in to comment.