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 Nov 5, 2024
1 parent 3f6d9b4 commit fe2c6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
mkdir ./build
conda build conda/das --no-anaconda-upload --python ${{ matrix.python-version }} --output-folder ./build
conda build conda/das-ubuntu --no-anaconda-upload --python ${{ matrix.python-version }} --output-folder ./build
- name: Build (Windows)
if: matrix.os == 'windows-latest'
run: |
Expand Down

0 comments on commit fe2c6c2

Please sign in to comment.