Skip to content
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: lint • types • unit • sql
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
name: vgi-lint-check (metadata quality)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: astral-sh/setup-uv@v6
- name: Install the worker
run: uv venv && uv pip install -e .
Expand All @@ -62,7 +62,7 @@ jobs:
name: docker build • smoke
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- name: Build image
run: docker build --build-arg GIT_COMMIT=${GITHUB_SHA::8} -t vgi-xgboost:ci .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy (remote build from Dockerfile)
run: flyctl deploy --remote-only --build-arg GIT_COMMIT=${GITHUB_SHA::8}
Expand Down
Loading