[Bugfix] Docker regression using master regression scripts

This commit is contained in:
Ganesh Gore 2021-02-17 13:23:45 -07:00
parent d85d6e964e
commit 808df8a87e
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ jobs:
bash .github/workflows/install_dependencies_run.sh
${PYTHON_EXEC} -m pip install -r requirements.txt
rsync -am --exclude='openfpga_flow/**' /opt/openfpga/. .
unset OPENFPGA_PATH
source openfpga.sh && source openfpga_flow/regression_test_scripts/${{matrix.config.name}}.sh
- name: Upload artifact
uses: actions/upload-artifact@v2