Skip to content

Commit

Permalink
[Backport 1.0.latest] be less explicit in source regex (#9938)
Browse files Browse the repository at this point in the history
* be less explicit (#9936)

* 1.0 build without the core suffix but we want to ignore it
  • Loading branch information
emmyoop authored Apr 15, 2024
1 parent bc2d3a0 commit 8f83a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
- name: Install source distributions
# ignore dbt-1.0.0, which intentionally raises an error when installed from source
run: |
find ./dist/dbt_[a-z]*.gz -maxdepth 1 -type f | xargs python -m pip install --force-reinstall --find-links=dist/
find ./dist/dbt[-_][a-z]*.gz -maxdepth 1 -type f | xargs python -m pip install --force-reinstall --find-links=dist/
- name: Check source distributions
run: |
Expand Down

0 comments on commit 8f83a39

Please sign in to comment.