Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
update terraform to provision endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 3, 2023
1 parent 06cf9e2 commit f0e5df8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ jobs:
pip3 install -U pip flask_testing
pip3 install -U pip pytest-dynamodb
- name: Lint
run: |
poetry run pylint hydrocronapi
poetry run flake8 hydrocronapi
#- name: Lint
# run: |
# poetry run pylint hydrocronapi
# poetry run flake8 hydrocronapi

- name: Load sample
run: python3 tests/example_load_data.py
Expand Down

0 comments on commit f0e5df8

Please sign in to comment.