Skip to content

Commit

Permalink
force recreation on tox
Browse files Browse the repository at this point in the history
  • Loading branch information
mtcarlone authored Oct 4, 2024
1 parent 8e55b4c commit 31c7aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Build tables for latest release
env:
DBT_VERSION: "noversion"
run: tox -e integration_${{ matrix.warehouse }}
run: tox -r -e integration_${{ matrix.warehouse }}

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 31c7aec

Please sign in to comment.