File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 98
98
runs-on : macos-latest
99
99
steps :
100
100
- uses : actions/checkout@v4
101
- - run : env PYTESTFLAGS=--verbose test/macos-script.sh
101
+ - run : env PYTESTFLAGS=" --verbose -p no:cacheprovider" test/macos-script.sh
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ brew install \
10
10
11
11
python3 -m pip install -r test/requirements.txt
12
12
13
+ oldpwd=$( pwd)
14
+ cp -a . /work
15
+ cd /work
16
+
13
17
export bashcomp_bash=bash
14
18
env
15
19
@@ -18,5 +22,5 @@ autoreconf -i
18
22
make -j
19
23
20
24
make distcheck \
21
- PYTESTFLAGS=" ${PYTESTFLAGS---verbose --numprocesses=auto --dist=loadfile} "
25
+ PYTESTFLAGS=" ${PYTESTFLAGS---verbose -p no : cacheprovider - -numprocesses=auto --dist=loadfile} "
22
26
cp -p bash-completion-* .tar.* " $oldpwd /"
You can’t perform that action at this time.
0 commit comments