Skip to content

Commit

Permalink
moving to correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
krneta committed Apr 26, 2024
1 parent 6543afd commit 5f730b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
repository: amazon-braket/BraketSimulator.jl
token: ${{secrets.GH_CI_BOT_TOKEN}}
ref: main
- name: Move Julia Simulator to Julia dev directory
run: |
mkdir -p ~/.julia/dev
mv BraketSimulator.jl ~/.julia/dev
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit 5f730b5

Please sign in to comment.