Commit 70bf5e1 Nissan Pow
committed
1 parent 3c88df5 commit 70bf5e1 Copy full SHA for 70bf5e1
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
- name : Install Python ${{ matrix.ver }} dependencies
35
35
run : |
36
36
python3 -m pip install --upgrade pip
37
- python3 -m pip install tox numpy pytest click boto3 requests pylint pytest-benchmark pytest-xdist
37
+ python3 -m pip install tox numpy pytest click boto3 requests pylint pytest-benchmark pytest-xdist pytest-forked
38
38
- name : Execute tests
39
39
env :
40
40
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
44
44
METAFLOW_DATASTORE_SYSROOT_S3 : ${{ secrets.METAFLOW_S3_TEST_ROOT }}
45
45
run : |
46
46
cd test/data
47
- PYTHONPATH=$(pwd)/../../ python3 -m pytest --benchmark-skip -x -s -v -n 4
47
+ PYTHONPATH=$(pwd)/../../ python3 -m pytest --benchmark-skip -x -s -v -n 2 --forked
You can’t perform that action at this time.
0 commit comments