Skip to content

Commit

Permalink
no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
procrastinatio committed Feb 3, 2025
1 parent e194a21 commit 3563ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build Conda Package
shell: pwsh
run: |
conda build . --output-folder dist --python ${{ matrix.python-version }}
conda build --no-test --output-folder dist --python ${{ matrix.python-version }} .
- name: Upload artifacts
Expand Down

0 comments on commit 3563ee0

Please sign in to comment.