Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Apr 24, 2024
1 parent b3b3ecd commit 3c40f07
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/tests_lgpumpi_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@ on:
branches:
- main
pull_request:
- .github/workflows/tests_lgpumpi_cpp.yml
- pennylane_lightning/core/src/*
- pennylane_lightning/core/src/algorithms/**
- pennylane_lightning/core/src/bindings/**
- pennylane_lightning/core/src/gates/**
- pennylane_lightning/core/src/measurements/**
- pennylane_lightning/core/src/observables/**
- pennylane_lightning/core/src/simulators/base/**
- pennylane_lightning/core/src/simulators/lightning_gpu/**
- pennylane_lightning/core/src/utils
paths:
- .github/workflows/tests_lgpumpi_cpp.yml
- pennylane_lightning/core/src/*
- pennylane_lightning/core/src/algorithms/**
- pennylane_lightning/core/src/bindings/**
- pennylane_lightning/core/src/gates/**
- pennylane_lightning/core/src/measurements/**
- pennylane_lightning/core/src/observables/**
- pennylane_lightning/core/src/simulators/base/**
- pennylane_lightning/core/src/simulators/lightning_gpu/**
- pennylane_lightning/core/src/utils

env:
COVERAGE_FLAGS: "--cov=pennylane_lightning --cov-report=term-missing --cov-report=xml:./coverage.xml --no-flaky-report -p no:warnings --tb=native"
GCC_VERSION: 11
Expand Down
23 changes: 12 additions & 11 deletions .github/workflows/tests_linux_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@ on:
required: true
description: The version of PennyLane to use. Valid values are either 'release' (most recent release candidate), 'stable' (most recent git-tag) or 'latest' (most recent commit from master)
pull_request:
- .github/workflows/tests_linux_cpp.yml
- pennylane_lightning/core/src/*
- pennylane_lightning/core/src/algorithms/**
- pennylane_lightning/core/src/bindings/**
- pennylane_lightning/core/src/gates/**
- pennylane_lightning/core/src/measurements/**
- pennylane_lightning/core/src/observables/**
- pennylane_lightning/core/src/simulators/base/**
- pennylane_lightning/core/src/simulators/lightning_kokkos/**
- pennylane_lightning/core/src/simulators/lightning_qubit/**
- pennylane_lightning/core/src/utils
paths:
- .github/workflows/tests_linux_cpp.yml
- pennylane_lightning/core/src/*
- pennylane_lightning/core/src/algorithms/**
- pennylane_lightning/core/src/bindings/**
- pennylane_lightning/core/src/gates/**
- pennylane_lightning/core/src/measurements/**
- pennylane_lightning/core/src/observables/**
- pennylane_lightning/core/src/simulators/base/**
- pennylane_lightning/core/src/simulators/lightning_kokkos/**
- pennylane_lightning/core/src/simulators/lightning_qubit/**
- pennylane_lightning/core/src/utils
push:
branches:
- master
Expand Down

0 comments on commit 3c40f07

Please sign in to comment.