Skip to content

Commit a8e5187

Browse files
authored
Update future_testing.yml
1 parent eae0cd4 commit a8e5187

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/future_testing.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,18 @@ jobs:
4545

4646
- name: Install dependencies
4747
run: |
48+
python -m pip install --upgrade pip
4849
cd sm
4950
python -m pip install .
5051
cd ../sg
5152
python -m pip install .
5253
cd ../swift
5354
python -m pip install .
54-
cd ../rtb
55-
python -m pip install --upgrade pip
55+
cd ../rtb/rtb-data
56+
python -m pip install .
5657
- name: Test with pytest
5758
run: |
59+
cd rtb
5860
pip install .[dev,collision,vpython]
5961
pip install pytest-timeout
6062
pytest --timeout=50 --timeout_method thread -s

0 commit comments

Comments
 (0)