From 6c7fd0074a3746b63849d0c2c912afbf3e733d72 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Sun, 17 Nov 2024 20:22:18 -0500 Subject: [PATCH] update ref to dev-requirements.txt to be hatch.toml --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2401c4fec..96d4309ae 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -202,7 +202,7 @@ jobs: ${{ inputs.dbt_adapters_branch }} \ ${{ inputs.dbt_core_branch }} \ ${{ inputs.dbt_common_branch }} - cat dev-requirements.txt + cat hatch.toml - uses: actions/setup-python@v5 with: