Skip to content

Commit 70bf5e1

Browse files
author
Nissan Pow
committed
use forked
1 parent 3c88df5 commit 70bf5e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/metaflow.s3_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Python ${{ matrix.ver }} dependencies
3535
run: |
3636
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
3838
- name: Execute tests
3939
env:
4040
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
@@ -44,4 +44,4 @@ jobs:
4444
METAFLOW_DATASTORE_SYSROOT_S3: ${{ secrets.METAFLOW_S3_TEST_ROOT }}
4545
run: |
4646
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

0 commit comments

Comments
 (0)