Skip to content

Commit 5ca9739

Browse files
committed
fix: add tracking-server-s3 to CI deps, remove Bedrock (in separate PR), fix typo
1 parent b4bba67 commit 5ca9739

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Install dependencies
7171
run: |
72-
python -m pip install -e ".[tests,tracking-client,graphviz]"
72+
python -m pip install -e ".[tests,tracking-client,graphviz,tracking-server-s3]"
7373
7474
- name: Run tests
7575
run: |

bedrock-changes.patch

-34.6 KB
Binary file not shown.

burr/integrations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
16-
# in the License.
16+
# under the License.

0 commit comments

Comments
 (0)