Skip to content

Commit

Permalink
Merge pull request #34 from camall3n/camall3n-patch-1
Browse files Browse the repository at this point in the history
Update test.yml -- disable yapf check
  • Loading branch information
camall3n authored May 10, 2024
2 parents 076bb84 + 0260387 commit df6e9ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
run: |
sudo apt-get install libgmp3-dev
pip install pytest yapf -r requirements.txt
- name: Check formatting
run: |
yapf --recursive --diff .
# - name: Check formatting
# run: |
# yapf --recursive --diff .
- name: Run tests
run: |
pytest tests

0 comments on commit df6e9ac

Please sign in to comment.