From a7219b26c19a8d6dee0be271abe94487ecc608f3 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Wed, 12 Jun 2024 08:33:05 -0500 Subject: [PATCH] Revert commented out python integration tests --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8e4aa869bb..b32eb45fae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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