Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Agony5757 committed May 8, 2024
1 parent 682e459 commit e015c6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,14 @@ jobs:
shell: pwsh

- name: Build
if: runner.os == 'Linux'
# Build your program with the given configuration
run: sudo python setup.py install

- name: Build
if: runner.os == 'Windows'
# Build your program with the given configuration
run: python setup.py install

- name: Test
run: python -c "import qpandalite"
Expand Down

0 comments on commit e015c6d

Please sign in to comment.