Skip to content

Commit

Permalink
change directory path where virtual environment is created
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzebsiddiqui committed Nov 15, 2023
1 parent 2922457 commit 2522d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regressiontest_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
module avail
spack --version
module load python
python -m venv /home/spack/pyenv/buildtest
. /home/spack/pyenv/buildtest/bin/activate"
python -m venv ~/pyenv/buildtest
. ~/pyenv/buildtest/bin/activate"
. setup.sh
export BUILDTEST_CONFIGFILE=$BUILDTEST_ROOT/buildtest/settings/spack_container.yml

Check warning on line 33 in .github/workflows/regressiontest_container.yml

View workflow job for this annotation

GitHub Actions / style_checks

33:81 [line-length] line too long (92 > 80 characters)
python $BUILDTEST_ROOT/buildtest/tools/unittests.py -c
Expand Down

0 comments on commit 2522d1f

Please sign in to comment.