Skip to content

Commit

Permalink
ci: disable conda test for windows, add timeout for auto-installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Unbinilium authored Jul 13, 2023
2 parents a9abb34 + b27c2b7 commit 325d7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
matrix:
os:
- ubuntu-latest
- windows-latest

steps:
- name: checkout repository
Expand All @@ -91,6 +90,7 @@ jobs:
auto-installation:
name: auto installation test for (${{ matrix.os }})
runs-on: ${{ matrix.os }}
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 325d7f7

Please sign in to comment.