Skip to content

Commit

Permalink
Try to build
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Sep 1, 2022
1 parent bb1623d commit a272641
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/!PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@ on:
- ready_for_review

jobs:
coverage:
uses: ./.github/workflows/coverage.yml
with:
python-version: 3.8

pytest:
uses: ./.github/workflows/pytest.yml
with:
python-version: 3.8

guitest:
uses: ./.github/workflows/guitest.yml
with:
python-version: 3.8
# coverage:
# uses: ./.github/workflows/coverage.yml
# with:
# python-version: 3.8
#
# pytest:
# uses: ./.github/workflows/pytest.yml
# with:
# python-version: 3.8
#
# guitest:
# uses: ./.github/workflows/guitest.yml
# with:
# python-version: 3.8

documentation:
if: github.event.pull_request.draft == false
# if: github.event.pull_request.draft == false
uses: ./.github/workflows/documentation.yml
with:
python-version: 3.8

ubuntu:
if: github.event.pull_request.draft == false
uses: ./.github/workflows/build_ubuntu.yml
with:
upload: false
os: ubuntu-20.04
python-version: 3.8
#
# ubuntu:
# if: github.event.pull_request.draft == false
# uses: ./.github/workflows/build_ubuntu.yml
# with:
# upload: false
# os: ubuntu-20.04
# python-version: 3.8

0 comments on commit a272641

Please sign in to comment.