Skip to content

Commit

Permalink
CI: Use rattler for macos and linux
Browse files Browse the repository at this point in the history
Already used for windows
  • Loading branch information
HaoZeke committed Jan 19, 2025
1 parent 19593f2 commit b942a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: pip install .

- name: Run tests
run: python -m pytest -v --timeout=300 --webdriver=ChromeHeadless --durations=100 test
run: python -m pytest -v --timeout=300 --webdriver=ChromeHeadless --durations=100 test --environment-type=rattler

test_env:
name: test_environments
Expand Down

0 comments on commit b942a9c

Please sign in to comment.