Skip to content

Commit

Permalink
qokit-package should not have PYTHON_ONLY flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rsln-s committed Aug 5, 2024
1 parent c10550d commit fe9a08e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/qokit-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
Expand All @@ -29,8 +29,6 @@ jobs:
run: |
black --check .
- name: pip install
env:
QOKIT_PYTHON_ONLY: True
run: |
pip install .
- name: Run tests
Expand Down

0 comments on commit fe9a08e

Please sign in to comment.