Skip to content

Commit

Permalink
Merge branch 'main' into nightly-fix-orca
Browse files Browse the repository at this point in the history
  • Loading branch information
khalatepradnya authored Feb 28, 2025
2 parents 61afac5 + 9ae03a5 commit a742e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ jobs:
bash ~/.miniconda3/miniconda.sh -b -u -p ~/.miniconda3
rm -rf ~/.miniconda3/miniconda.sh
eval "$(~/.miniconda3/bin/conda shell.bash hook)"
conda install -y -c conda-forge openmpi
conda install -y -c conda-forge openmpi">=5.0.7"
echo 'eval "$(~/.miniconda3/bin/conda shell.bash hook)"' >> ~/.bashrc
echo 'export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$CONDA_PREFIX/lib"' >> ~/.bashrc
Expand Down
2 changes: 1 addition & 1 deletion scripts/validate_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ available_backends=`\
gpus=${requirements##* }
if [ "${qpu}" != "remote_rest" ] && [ "${qpu}" != "NvcfSimulatorQPU" ] \
&& [ "${qpu}" != "fermioniq" ] && [ "${qpu}" != "orca" ] \
&& [ "${qpu} != "pasqal" && [ "${qpu}" != "quera" ] \
&& [ "${qpu}" != "pasqal" && [ "${qpu}" != "quera" ] \
&& ($gpu_available || [ -z "$gpus" ] || [ "${gpus,,}" == "false" ]); then \
basename $file | cut -d "." -f 1; \
fi; \
Expand Down

0 comments on commit a742e2b

Please sign in to comment.