Skip to content

Commit

Permalink
Merge pull request #122 from UCL-CCS/remove_majorana_and_add_windows_…
Browse files Browse the repository at this point in the history
…tests

majorana operator deleted and put onto branch. Windows OS tests added
  • Loading branch information
AlexisRalli authored Mar 15, 2023
2 parents 288bbb8 + c2543bd commit e5ead6a
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 674 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 e5ead6a

Please sign in to comment.