Skip to content

Commit

Permalink
fix: Issue with conda build test env not working, skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyThomsonMonash committed Jan 11, 2024
1 parent 65377c1 commit 2fffb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: |
conda install conda-build
conda install -c loop3d --file dependencies.txt -y
conda build -c loop3d --python ${{ matrix.python-version }} --output-folder conda conda
conda build -c loop3d --no-test --python ${{ matrix.python-version }} --output-folder conda conda
conda install anaconda-client -y
- name: upload windows
env:
Expand Down

0 comments on commit 2fffb69

Please sign in to comment.