Skip to content

Commit

Permalink
ci: update libquil version
Browse files Browse the repository at this point in the history
  • Loading branch information
notmgsk committed Nov 16, 2023
1 parent 46a4a7b commit 5b2d8fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: sudo apt install -y libffi\* libblas\* liblapack\*
- name: Install libquil
run: |
curl https://raw.githubusercontent.com/rigetti/libquil/main/install.sh | bash -s 0.1.1
curl https://raw.githubusercontent.com/rigetti/libquil/main/install.sh | bash -s 0.2.0
- name: Run tests
run: |
cd $GITHUB_WORKSPACE/lib
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Install libquil dependencies
run: brew install lapack openblas
- name: Install libquil
run: 'curl https://raw.githubusercontent.com/rigetti/libquil/main/install.sh | bash -s 0.1.1'
run: 'curl https://raw.githubusercontent.com/rigetti/libquil/main/install.sh | bash -s 0.2.0'
- name: Run tests
run: |
cd $GITHUB_WORKSPACE/lib
Expand Down

0 comments on commit 5b2d8fc

Please sign in to comment.