Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove calitp-data-infra #107

Merged
merged 1 commit into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,6 @@ jobs:
- uses: abatilo/[email protected]
- run: cd calitp-data-analysis && poetry install && poetry run pytest

test_calitp_data_infra:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.9'
- uses: google-github-actions/setup-gcloud@v0
with:
service_account_key: ${{ secrets.GCP_SA_KEY }}
export_default_credentials: true
- uses: abatilo/[email protected]
- run: cd calitp-data-infra && poetry install && poetry run pytest

# TODO: bring this back when we are comfortable with checks/tests
# pypi:
# name: "Release to PyPI"
Expand Down
9 changes: 0 additions & 9 deletions calitp-data-infra/README.md

This file was deleted.

Empty file.
37 changes: 0 additions & 37 deletions calitp-data-infra/calitp_data_infra/auth.py

This file was deleted.

Loading