Skip to content

Commit

Permalink
fix disable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Jul 28, 2022
1 parent b2651f4 commit 88f12f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
if: (matrix.os == 'macos-11') && ((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) || github.event_name == 'release' || contains(github.ref, 'refs/heads/wheel'))
run: |
./.github/workflows/build-test mypy
env:
# env:
# PYTKET_RUN_REMOTE_TESTS: 1
- name: Build and test including remote checks (3.9) nomypy
if: (matrix.os != 'macos-11') && ((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) || github.event_name == 'release' || contains(github.ref, 'refs/heads/wheel'))
run: |
./.github/workflows/build-test nomypy
env:
# env:
# PYTKET_RUN_REMOTE_TESTS: 1
- name: Set up Python 3.10
if: github.event_name == 'push' || github.event_name == 'pull_request'
Expand Down

0 comments on commit 88f12f8

Please sign in to comment.