Skip to content

Commit

Permalink
Add explicit package version to M.Q.Katas in Notebooks (#109)
Browse files Browse the repository at this point in the history
This adds explicit package version to Kata Notebooks, so that an update of the NuGet packages (with potentially breaking changes) does not get picked up immediately.
  • Loading branch information
anpaz authored and tcNickolas committed May 3, 2019
1 parent 3a72faa commit df491c9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BasicGates/BasicGates.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"metadata": {},
"outputs": [],
"source": [
"%package Microsoft.Quantum.Katas"
"%package Microsoft.Quantum.Katas::0.5.1904.1302"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion DeutschJozsaAlgorithm/DeutschJozsaAlgorithm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"metadata": {},
"outputs": [],
"source": [
"%package Microsoft.Quantum.Katas"
"%package Microsoft.Quantum.Katas::0.5.1904.1302"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ENV PATH=$PATH:${HOME}/dotnet:${HOME}/.dotnet/tools \
DOTNET_ROOT=${HOME}/dotnet

# install IQSharp
RUN dotnet tool install -g Microsoft.Quantum.IQSharp
RUN dotnet tool install -g Microsoft.Quantum.IQSharp --version 0.5.1904.1302
RUN dotnet iqsharp install --user --path-to-tool="$(which dotnet-iqsharp)"

# Make sure the contents of our repo are in ${HOME}
Expand Down
2 changes: 1 addition & 1 deletion Measurements/Measurements.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"metadata": {},
"outputs": [],
"source": [
"%package Microsoft.Quantum.Katas"
"%package Microsoft.Quantum.Katas::0.5.1904.1302"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion Superposition/Superposition.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"metadata": {},
"outputs": [],
"source": [
"%package Microsoft.Quantum.Katas"
"%package Microsoft.Quantum.Katas::0.5.1904.1302"
]
},
{
Expand Down

0 comments on commit df491c9

Please sign in to comment.