Skip to content

Commit

Permalink
Move requirements and API project files to top directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zacdezgeo committed Sep 10, 2024
1 parent e04bb86 commit 48e1cf3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
python -m pip install poetry
- name: Install dependencies
working-directory: ./space2stats_api/src
working-directory: ./space2stats_api/
run: |
poetry install --with test
- name: install lib postgres
uses: nyurik/action-setup-postgis@v2

- name: Run pre-commit
working-directory: ./space2stats_api/src
working-directory: ./space2stats_api/
run: |
poetry run pre-commit run --all-files
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 48e1cf3

Please sign in to comment.