Skip to content

Commit

Permalink
Update dependent-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored Nov 14, 2023
1 parent fd041b4 commit b55b301
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dependent-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install --upgrade git+https://github.com/aws/amazon-braket-schemas-python.git@main \
git+https://github.com/aws/amazon-braket-default-simulator-python.git@main
pip install --upgrade git+https://github.com/aws/amazon-braket-schemas-python.git@main git+https://github.com/aws/amazon-braket-default-simulator-python.git@main
cd ..
git clone https://github.com/aws/${{ matrix.dependent }}.git
cd ${{ matrix.dependent }}
Expand Down

0 comments on commit b55b301

Please sign in to comment.