Skip to content

Commit

Permalink
try 9
Browse files Browse the repository at this point in the history
  • Loading branch information
krneta committed May 1, 2024
1 parent 3204b85 commit aea1bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
pip install tox
- name: Setup Julia Simulator for Windows
run: |
(Get-Content python_sim/src/braket/juliapkg.json).Replace('[email protected]:amazon-braket/BraketSimulator.jl.git', "${env:GITHUB_WORKSPACE}\\julia_sim") | Set-Content python_sim/src/braket/juliapkg.json
(Get-Content python_sim/src/braket/juliapkg.json).Replace('[email protected]:amazon-braket/BraketSimulator.jl.git', ("${env:GITHUB_WORKSPACE}\julia_sim").Replace('\','\\')) | Set-Content python_sim/src/braket/juliapkg.json
cat python_sim/src/braket/juliapkg.json
if: runner.os == 'Windows'
- name: Setup Julia Simulator for non-Windows
Expand Down

0 comments on commit aea1bcc

Please sign in to comment.