Skip to content

Commit b177ef1

Browse files
committed
Update "Github Actions" workflows.
1 parent 18e41b2 commit b177ef1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/continuous-integration-static-type-checking.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
uses: actions/setup-python@v1
2222
with:
2323
python-version: ${{ matrix.python-version }}
24-
- name: Install Dependencies (macOS)
25-
run: |
26-
brew install gnu-sed graphviz
27-
ln -s /usr/local/bin/gsed /usr/local/bin/sed
28-
shell: bash
2924
- name: Static Type Checking
3025
run: |
3126
pip install -r requirements.txt

0 commit comments

Comments
 (0)