Remove using * for matrix and tensor products of PauliWord and PauliS… #1488
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker builds | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
base-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Cancel Previous Runs | |
uses: styfle/[email protected] | |
with: | |
access_token: ${{ github.token }} | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 2 | |
- name: Build & test PennyLane | |
run: make -f docker/Makefile build-base |