Skip to content

Commit

Permalink
upd defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Dec 13, 2024
1 parent b26fac5 commit 4f288f9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,13 @@ jobs:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
shell: bash -l {0}
run: |
conda update -n base -c defaults conda-build -y
conda config --set solver classic
conda install -c conda-forge conda-build anaconda-client conda-verify -y
conda install -c conda-forge -c loop3d --file requirements.txt -y
conda build -c anaconda -c conda-forge -c loop3d --output-folder conda conda --python ${{ matrix.python-version }}
conda install -c conda-forge -c loop3d --file requirements.txt -y
conda build -c anaconda -c conda-forge -c loop3d --output-folder conda conda --python ${{ matrix.python-version }}
anaconda upload --label main conda/*/*.tar.bz2
- name: upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4f288f9

Please sign in to comment.