Skip to content

Commit

Permalink
try 9
Browse files Browse the repository at this point in the history
  • Loading branch information
krneta committed Apr 30, 2024
1 parent ab9d8a4 commit 480b920
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
token: ${{secrets.TEMP_PAT_EXP_JUL_28}}
ref: main
path: julia_sim
- name: Get Julia Simulator Path
run: |
pwd
echo "JULIA_SIM_PATH=$(pwd)" >> $GITHUB_ENV
echo $JULIA_SIM_PATH
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand All @@ -43,7 +38,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#$GITHUB_WORKSPACE/julia_sim#" src/braket/juliapkg.json
cat src/braket/juliapkg.json
- name: Install package
run: |
Expand Down

0 comments on commit 480b920

Please sign in to comment.