Skip to content

Commit

Permalink
Update publish_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
postpop authored Oct 31, 2024
1 parent 1074855 commit 7351c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
condarc-file: condarc.yml
- name: Build conda package
run: |
conda build conda/das-test --no-test -c conda-forge -c ncb -c nvidia -c apple --python ${{ matrix.python-version }} --no-anaconda-upload --output-folder build
conda build conda/das-test --no-test -c conda-forge -c ncb -c nvidia -c apple -c local -c ncb --python ${{ matrix.python-version }} --no-anaconda-upload
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
- name: Install and test conda package
run: |
conda deactivate
conda create python=${{ matrix.python-version }} das=0.32.3 -c conda-forge -c ncb -c nvidia -c apple -c file://$(pwd)/build -n das_test -y
conda create python=${{ matrix.python-version }} das=0.32.3 -c conda-forge -c ncb -c nvidia -c apple -c local -c ncb -n das_test -y
conda activate das_test
conda list
python -c "import das; print(das.__version__)"
Expand Down

0 comments on commit 7351c67

Please sign in to comment.