Skip to content

Commit

Permalink
disabling only the test section
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Jun 23, 2023
1 parent 51b3def commit 0ba7e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
if: false
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -24,6 +23,7 @@ jobs:
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Run tests
if: false
run: pytest

build:
Expand Down

0 comments on commit 0ba7e69

Please sign in to comment.