Skip to content

Commit

Permalink
Revert commented out python integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Jun 12, 2024
1 parent 800b076 commit a7219b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ jobs:
python-version: "3.7"
- name: Test python
run: make python-test
# - name: Test flask
# run: make python-flask-test
# - name: Test django
# run: make python-django-test
- name: Test flask
run: make python-flask-test
- name: Test django
run: make python-django-test
- name: Test sqlalchemy
run: make python-sqlalchemy-test
- name: Lint Python code
Expand Down

0 comments on commit a7219b2

Please sign in to comment.