Skip to content

Commit

Permalink
fix build and remove unused debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
ruaronicola committed Sep 28, 2023
1 parent a9fc43c commit 6976c86
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5,775 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
pip install pytest
/bin/bash setup.sh --no-gigahorse
# - name: Test with pytest
# run: |
# source venv/bin/activate
# cd tests
# pytest
- name: Test with pytest
run: |
source venv/bin/activate
cd tests
pytest
71 changes: 0 additions & 71 deletions resources/setup.py

This file was deleted.

Loading

0 comments on commit 6976c86

Please sign in to comment.