Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
epignatelli authored Dec 19, 2023
1 parent 854892e commit c7ba7eb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,9 @@ jobs:
pip install pylint
MESSAGE=$(pylint -ry $(git ls-files '*.py') ||:)
echo "$MESSAGE"
# - name: Run unit tests with pytest
# run: |
# pytest test/
- name: Run examples
- name: Run unit tests with pytest
run: |
wandb login ${{ secrets.WANDB_API_KEY }}
wandb disabled
for f in examples/*.py; do python $f; done
python -c 'import helx'
Compliance:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c7ba7eb

Please sign in to comment.