Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/jinja2-3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshevch-wise authored Jul 5, 2024
2 parents ad248f8 + 9253db5 commit 1f365a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python 3.8
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Set up Python 3.8
if: steps.check.outcome == 'failure'
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.8

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ PipelineWise images are built on each release and available on [Dockerhub](https
```

#### Build your own docker image

1. Build an executable docker image that has every required dependency and is isolated from your host system.

By default, the image will build with *all* connectors. In order to keep image size small, we strongly recommend you change it to just the connectors you need by supplying the `--build-arg` command:
Expand Down

0 comments on commit 1f365a7

Please sign in to comment.