Skip to content

Commit

Permalink
tmp: disable unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmelone committed Nov 12, 2024
1 parent 99e866b commit 56a3983
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
pip install -r requirements.txt
pip install -r .github/workflows/requirements/unit-tests.txt
- name: Run Unit Tests with Pytest
run: |
python -m pytest gantry
# - name: Run Unit Tests with Pytest
# run: |
# python -m pytest gantry

0 comments on commit 56a3983

Please sign in to comment.