Skip to content

Commit

Permalink
disable for now
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Aug 17, 2024
1 parent 71669a4 commit 1585157
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- master
pull_request:

env:
PYTHONWARNINGS: error,default::DeprecationWarning
#env:
# PYTHONWARNINGS: error,default::DeprecationWarning

jobs:
unit-tests:
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install -e .
- run: pip install .[testing]
- run: scons -j$(nproc)
- run: pytest -n logical --durations=0

Expand All @@ -37,5 +37,5 @@ jobs:
with:
python-version: '3.11'
- run: sudo apt install --no-install-recommends -y cppcheck
- run: pip install -e .
- run: pip install .
- uses: pre-commit/[email protected]

0 comments on commit 1585157

Please sign in to comment.