Skip to content

Commit

Permalink
fix: revert previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Jan 8, 2025
1 parent 2eb4218 commit 8d7d4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
shell: bash -l {0}
run: |
conda config --env --add channels conda-forge
conda config --env --add channels loop3d
conda config --env --add channels conda-forge
conda config --env --set channel_priority strict
conda install -c conda-forge conda-build scikit-build-core numpy anaconda-client conda-libmamba-solver -y
conda config --set solver libmamba
conda build python=3 --output-folder conda conda --python ${{matrix.python-version}}
conda build --output-folder conda conda --python ${{matrix.python-version}}
- name: upload artifacts
Expand Down

0 comments on commit 8d7d4a6

Please sign in to comment.