Skip to content

Commit

Permalink
majorana operator deleted and put onto branch. Windows OS tests added
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRalli committed Mar 15, 2023
1 parent 288bbb8 commit a24b4e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 574 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.8", "3.9"]
# # os: [ ubuntu-latest, macos-latest, windows-latest] TODO: add windows
#os: [ubuntu-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10"]
os: [ ubuntu-latest, macos-latest, windows-latest]
# # python: [ "3.7", "3.8", "3.9", "3.10", '3.11'] TODO: add more python versions

steps:
Expand Down
Loading

0 comments on commit a24b4e0

Please sign in to comment.