Skip to content

Commit

Permalink
re-run pip-compile-multi
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 14, 2024
1 parent e08dfe5 commit 4ec6610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
build_preset: ${{ fromJson(github.event_name == 'pull_request' && '["dev"]' || '["dev", "lean", "py310", "websocket", "dockerize"]') }}
build_preset: ${{fromJson(needs.setup_matrix.outputs.matrix_config)}}
fail-fast: false
env:
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
Expand Down
4 changes: 1 addition & 3 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,7 @@ thrift==0.16.0
# apache-superset
# thrift-sasl
thrift-sasl==0.4.3
# via
# apache-superset
# pyhive
# via apache-superset
tomli==2.0.1
# via
# build
Expand Down

0 comments on commit 4ec6610

Please sign in to comment.