Skip to content

Commit d591b78

Browse files
committed
fixups
1 parent 89b2b80 commit d591b78

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
if: ${{ matrix.name != 'Pypy' }}
191191
with:
192192
preload: ${{ matrix.preload }}
193-
asan_options: ${{ matrix.asan_options }}
193+
asan_options: ${{ matrix.asan_options }}
194194
env:
195195
# Set pattern to not single_cpu if not already set
196196
PATTERN: ${{ env.PATTERN == '' && 'not single_cpu' || matrix.pattern }}

ci/deps/actions-311-sanitizers.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66

77
# build dependencies
88
- versioneer[toml]
9-
- cython>=0.29.33
9+
- cython>=0.29.33
1010
- meson[ninja]=1.2.1
1111
- meson-python=0.13.1
1212

@@ -17,6 +17,7 @@ dependencies:
1717
- pytest-localserver>=0.7.1
1818
- pytest-qt>=4.2.0
1919
- boto3
20+
- hypothesis>=6.46.1
2021

2122
# required dependencies
2223
- python-dateutil

0 commit comments

Comments
 (0)