Skip to content

Commit

Permalink
Update regression_suite.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer authored Dec 17, 2024
1 parent 13e4070 commit bc7dd4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regression_suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
docker run -d --name \
fake-gcs-server \
-p 9090:4443 \
fsouza/fake-gcs-server:1.47 \
fsouza/fake-gcs-server \
-scheme http
- name: Run Regression Tests
Expand Down Expand Up @@ -78,4 +78,4 @@ jobs:
pip install -r $GITHUB_WORKSPACE/tests/requirements.txt
- name: Execute Test
run: mypy --ignore-missing-imports --python-version 3.9 --no-strict-optional mabel
run: mypy --ignore-missing-imports --python-version 3.9 --no-strict-optional mabel

0 comments on commit bc7dd4f

Please sign in to comment.