Skip to content

Commit

Permalink
fix: install correct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Jul 15, 2024
1 parent 6e0e69a commit c1e2457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Installing dependencies
shell: bash -l {0}
run: |
conda install -c conda-forge -c loop3d numpy scipy pytest matplotlib mplstereonet ipywidgets loopstructural -y
conda install -c conda-forge numpy scipy pytest dill beartype pandas geopandas shapely validators sqlite -y
- name: Building and install
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
shell: bash -l {0}
run: |
conda install -c conda-forge conda-build numpy scipy pandas geopandas sqlite shapely validators anaconda-client -y
conda install -c conda-forge conda-build pytest numpy scipy pandas geopandas sqlite shapely validators anaconda-client -y
conda build -c anaconda -c conda-forge --output-folder conda conda
conda convert -p all conda/linux-64/*.tar.bz2 -f -o conda
conda install anaconda-client -y
Expand Down

0 comments on commit c1e2457

Please sign in to comment.