Skip to content
Draft
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

UnitTest:
name: Python Unit Test with Postgres
uses: uc-cdis/.github/.github/workflows/python_unit_test.yaml@master
uses: uc-cdis/.github/.github/workflows/python_unit_test.yaml@dependabot/github_actions/actions/setup-python-6
with:
python-version: '3.9'
test-script: 'tests/ci_commands_script.sh'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: pull_request
jobs:
integration_tests:
name: Integration tests
uses: uc-cdis/.github/.github/workflows/integration_tests.yaml@master
uses: uc-cdis/.github/.github/workflows/integration_tests.yaml@dependabot/github_actions/actions/setup-python-6
with:
SERVICE_TO_TEST: indexd
secrets:
Expand Down
Loading