Skip to content

Commit

Permalink
Revert "allow pre-release versions (#7)" (#8)
Browse files Browse the repository at this point in the history
This reverts commit 46c32ad.
  • Loading branch information
emmyoop authored Nov 22, 2024
1 parent 46c32ad commit 9f057a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
- name: "Install ${{ matrix.adapter }}"
run: |
python -m pip install --upgrade pip
pip install dbt-${{ matrix.adapter }} --pre
pip install dbt-${{ matrix.adapter }}
- name: "Install tox"
run: |
Expand Down

0 comments on commit 9f057a2

Please sign in to comment.