Skip to content

Commit

Permalink
Update more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
swernli committed Jul 25, 2023
1 parent f647119 commit adadd41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/target-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo apt install -y python3 python3-pip
sudo ln -s /usr/lib/llvm-14/bin/opt /usr/bin/opt
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 0
dotnet tool install --global Microsoft.Quantum.IQSharp --version 0.24.201332
dotnet tool install --global Microsoft.Quantum.IQSharp --version 0.25.218240
git submodule update --init --recursive
pip install -r requirements.txt
npm install -g [email protected]
Expand Down
4 changes: 2 additions & 2 deletions qir/qsharp-target-tests/test_target_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def validate_circuit(name, profile, filename, args=[], output_file=None):
return ret


VERSION = os.environ.get("QSHARP_VERSION", "0.24.213020")
CHANNEL = os.environ.get("QSHARP_CHANNEL", "alpha")
VERSION = os.environ.get("QSHARP_VERSION", "0.25.218240")
CHANNEL = os.environ.get("QSHARP_CHANNEL", "")


@pytest.mark.parametrize("test_name", target1_tests)
Expand Down

0 comments on commit adadd41

Please sign in to comment.