diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index da2a747..d6649ac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,6 +19,6 @@ jobs: - name: Install requirements run: | pip install pytest - pip install qsharp==1.13.2 + pip install qsharp==1.19.0 - name: Run tests - run: pytest \ No newline at end of file + run: pytest