Skip to content

fix: Remove Galileo IP from python sdk #302

fix: Remove Galileo IP from python sdk

fix: Remove Galileo IP from python sdk #302

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [$default-branch]
jobs:
pre-commit:
runs-on: ubuntu-latest
env:
SKIP: "mypy"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1