diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 13e722a..9012605 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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: | @@ -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