We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14d3ea commit 3fc3208Copy full SHA for 3fc3208
.github/workflows/validate-test-partitioning.yml
@@ -33,9 +33,11 @@ jobs:
33
run: |
34
pip install pytest tensordict
35
pip install torch --index-url https://download.pytorch.org/whl/cpu
36
- pip install -e . --no-build-isolation --no-deps
+ # Skip editable install - just add to PYTHONPATH for test collection
37
38
- name: Validate test partitioning
39
+ env:
40
+ PYTHONPATH: ${{ github.workspace }}
41
42
set -e
43
0 commit comments