We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca57681 commit 109fe42Copy full SHA for 109fe42
.github/workflows/upstream-dev-ci.yaml
@@ -93,7 +93,8 @@ jobs:
93
id: status
94
run: |
95
pytest -rf -n auto --cov=./ --cov-report=xml \
96
- --report-log output-${{ matrix.python-version }}-log.jsonl
+ --report-log output-${{ matrix.python-version }}-log.jsonl \
97
+ --hypothesis-profile ci
98
- name: Generate and publish the report
99
if: |
100
failure()
ci/upstream-dev-env.yml
@@ -2,9 +2,11 @@ name: flox-tests
2
channels:
3
- conda-forge
4
dependencies:
5
+ - asv_runner # for test_asv
6
- cachey
7
- codecov
8
- pooch
9
+ - hypothesis
10
- toolz
11
# - numpy
12
# - pandas
0 commit comments