[Build] Corrected requirements file path
This commit is contained in:
parent
2e4769feb9
commit
bc90d53631
|
@ -47,4 +47,4 @@ sudo apt-get install gcc-9
|
|||
sudo apt-get install clang-6.0
|
||||
sudo apt-get install clang-8
|
||||
# Python dependencies
|
||||
python3 -m pip install requirements.txt
|
||||
python3 -m pip install /home/runner/work/OpenFPGA/OpenFPGA/requirements.txt
|
||||
|
|
Loading…
Reference in New Issue