Skip to content

Commit

Permalink
check pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Jun 21, 2024
1 parent 86dcd6e commit 18e7508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/regressiontest_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
cd projects
git clone https://github.com/buildtesters/buildtest.git
cd buildtest
source setup.sh
pip --version
export HOMEDIR=`pwd`
export BUILDTEST_CONFIGFILE=$HOMEDIR/buildtest/settings/spack_container.yml

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

View workflow job for this annotation

GitHub Actions / style_checks

40:81 [line-length] line too long (85 > 80 characters)
source $HOMEDIR/setup.sh
python $HOMEDIR/buildtest/tools/unittests.py -c
returncode=$?
if [ $returncode != 0 ]; then exit $returncode; fi
Expand Down

0 comments on commit 18e7508

Please sign in to comment.