Skip to content

Commit

Permalink
update upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
josh146 committed Apr 20, 2021
1 parent 3e9178a commit 9ef214f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8

- name: Run Forest Quilc
run: docker run --rm -d -p 5555:5555 rigetti/quilc:1.22.0 -R

- name: Run Forest QVM
run: docker run --rm -d -p 5000:5000 rigetti/qvm -S

- name: Build and install Plugin
run: |
Expand Down

0 comments on commit 9ef214f

Please sign in to comment.