Skip to content

Commit

Permalink
Merge pull request #68 from zapatacomputing/dev
Browse files Browse the repository at this point in the history
Merge dev to main
  • Loading branch information
mstechly authored Jun 23, 2022
2 parents 35b778e + 77c7bea commit 1b3a970
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# This workflow contains a single job called "build"
build:
container:
image: zapatacomputing/z-quantum-default:latest
image: zapatacomputing/z-quantum-default:0.20.0
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# This workflow contains a single job called "build"
build:
container:
image: zapatacomputing/z-quantum-default:latest
image: zapatacomputing/z-quantum-default:0.20.0
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build:
container:
image: zapatacomputing/z-quantum-default:latest
image: zapatacomputing/z-quantum-default:0.20.0
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build:
container:
image: zapatacomputing/z-quantum-default:latest
image: zapatacomputing/z-quantum-default:0.20.0
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ coverage:

github_actions-default:
apt-get update
apt-get install -y python3.7-venv
apt-get install -y python3.8-venv

# For some reason, having numpy installed globally makes mypy fail.
python3 -m pip uninstall -y numpy
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
],
setup_requires=["setuptools_scm~=6.0"],
install_requires=[
"z-quantum-core",
"pyquil~=2.25",
Expand Down

0 comments on commit 1b3a970

Please sign in to comment.