Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
krneta committed Apr 26, 2024
1 parent b55c69f commit 9174f37
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11"]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -27,6 +25,10 @@ jobs:
- name: Install dependencies
run: |
pip install tox
- name: Get Julia Simulator
with:
repository: amazon-braket/BraketSimulator.jl
token: ${{secrets.GITHUB_TOKEN}}
- name: Run unit tests
run: |
tox -e unit-tests
Expand Down

0 comments on commit 9174f37

Please sign in to comment.