Skip to content

Commit

Permalink
rm timeout flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Jun 24, 2024
1 parent d0feb24 commit ac7f1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
python -m pip install --quiet uv
uv pip install --quiet --system .[test]
uv pip install --quiet --system --upgrade --prerelease allow --only-binary :all: -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --timeout=180 numpy
uv pip install --quiet --system --upgrade --prerelease allow --only-binary :all: -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
- name: Display system information
run: template sys-info --developer
- name: Run pytest
Expand Down

0 comments on commit ac7f1eb

Please sign in to comment.