diff --git a/.github/workflows/dependent-tests.yml b/.github/workflows/dependent-tests.yml index 843a7e23e..3c13755bf 100644 --- a/.github/workflows/dependent-tests.yml +++ b/.github/workflows/dependent-tests.yml @@ -29,7 +29,6 @@ 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 cd .. git clone https://github.com/aws/${{ matrix.dependent }}.git cd ${{ matrix.dependent }}