From f544396c9cada3244996f41f06194ce3124acf4b Mon Sep 17 00:00:00 2001 From: vggonzal <9Tcostoamm> Date: Wed, 2 Aug 2023 16:27:02 -0700 Subject: [PATCH] fix build --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e673fc..a31521d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,9 +105,5 @@ jobs: - name: Load sample run: python3 tests/example_load_data.py - - name: Setup local DynamoDB - run: aws dynamodb list-tables --endpoint-url http://localhost:8000 - - name: Test with pytest - id: tests run: pytest tests/test_api.py \ No newline at end of file