Skip to content

Commit

Permalink
fix: Update dependencies for github action tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijc committed Nov 29, 2021
1 parent cef8342 commit a55c294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependent-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install --upgrade git+https://github.com/aws/amazon-braket-schemas-python.git@main
pip install --upgrade git+https://github.com/aws/amazon-braket-default-simulator-python.git@main
pip install --upgrade git+https://github.com/aws/amazon-braket-schemas-python@main
pip install --upgrade git+https://github.com/aws/amazon-braket-default-simulator-python@main
pip install -e .
cd ..
git clone https://github.com/aws/${{ matrix.dependent }}.git
Expand Down

0 comments on commit a55c294

Please sign in to comment.