Skip to content

Commit

Permalink
Comment triggers. (#662)
Browse files Browse the repository at this point in the history
* Comment triggers.

* pytest -x

* trigger ci

* Do not skip comp for LQ.

* Revert triggers

* Revert changes
  • Loading branch information
vincentmr authored Mar 26, 2024
1 parent f2fa464 commit 92e1203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_linux_x86_mpi_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
source /etc/profile.d/modules.sh && module use /opt/modules/ && module load ${{ matrix.mpilib }}/cuda-${{ matrix.cuda_version_maj }}.${{ matrix.cuda_version_min }}
python -m pip install -r requirements-dev.txt
python -m pip install custatevec-cu${{ matrix.cuda_version_maj }} mpi4py openfermionpyscf
SKIP_COMPILATION=True PL_BACKEND=lightning_qubit python -m pip install -e . -vv
PL_BACKEND=lightning_qubit python -m pip install -e . -vv
- name: Checkout PennyLane for release build
if: inputs.pennylane-version == 'release'
Expand Down

0 comments on commit 92e1203

Please sign in to comment.