Skip to content

Commit

Permalink
fix diverged style cb
Browse files Browse the repository at this point in the history
  • Loading branch information
rfbgo committed Oct 22, 2024
1 parent ef972aa commit c332c02
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions share/ramble/cloud-build/ramble-pr-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ steps:
git branch develop origin/develop
. /opt/spack/share/spack/setup-env.sh
. /workspace/share/ramble/setup-env.sh
spack load py-pip ^python
pip install -r /workspace/requirements-dev.txt
export SPACK_PYTHON=`which python3`
. /workspace/share/ramble/setup-env.sh
echo "Spack version is $(spack --version)"
echo "Python version is $(python3 --version)"
Expand All @@ -50,7 +55,7 @@ steps:
license_err=$$?
# Test removing a dependency
conda uninstall -qy pytest
pip uninstall -y pytest
ramble help
# $$ characters are required for cloud-build:
Expand Down

0 comments on commit c332c02

Please sign in to comment.