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 9, 2023
1 parent 7f28109 commit a223e0a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dependent-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@ jobs:
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 -e .
cd ..
git clone https://github.com/aws/${{ matrix.dependent }}.git
cd ${{ matrix.dependent }}
# Update the amazon-braket-sdk dependency to reference the current commit
python ${GITHUB_WORKSPACE}/.github/scripts/update_dependency.py
pip install -e .[test]
pip install tox
- name: Run unit tests
run: |
cd ../${{ matrix.dependent }}
pytest
tox -e unit-tests

0 comments on commit a223e0a

Please sign in to comment.