Skip to content

Commit 3fc3208

Browse files
committed
Update
[ghstack-poisoned]
1 parent e14d3ea commit 3fc3208

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validate-test-partitioning.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
run: |
3434
pip install pytest tensordict
3535
pip install torch --index-url https://download.pytorch.org/whl/cpu
36-
pip install -e . --no-build-isolation --no-deps
36+
# Skip editable install - just add to PYTHONPATH for test collection
3737
3838
- name: Validate test partitioning
39+
env:
40+
PYTHONPATH: ${{ github.workspace }}
3941
run: |
4042
set -e
4143

0 commit comments

Comments
 (0)