Skip to content

Commit

Permalink
try 8
Browse files Browse the repository at this point in the history
  • Loading branch information
krneta committed Apr 30, 2024
1 parent d40d54e commit ab9d8a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
repository: amazon-braket/BraketSimulator.jl
token: ${{secrets.TEMP_PAT_EXP_JUL_28}}
ref: main
path: julia_sim
- name: Get Julia Simulator Path
run: |
pwd
Expand All @@ -42,7 +43,7 @@ jobs:
- name: Setup Julia Simulator
run: |
echo $JULIA_SIM_PATH
sed -ie "s#[email protected]:amazon-braket/BraketSimulator.jl.git#JULIA_SIM_PATH#" src/braket/juliapkg.json
sed -ie "s#[email protected]:amazon-braket/BraketSimulator.jl.git#$JULIA_SIM_PATH#" src/braket/juliapkg.json
cat src/braket/juliapkg.json
- name: Install package
run: |
Expand Down

0 comments on commit ab9d8a4

Please sign in to comment.