We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0157a35 commit e35fb54Copy full SHA for e35fb54
.github/workflows/regression_test.yml
@@ -81,5 +81,6 @@ jobs:
81
pip install ${{ matrix.torch-spec }}
82
pip install -r dev-requirements.txt
83
pip install .
84
+ export CONDA=$(dirname $(dirname $(which conda)))
85
export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH
86
pytest test --verbose -s
0 commit comments