Skip to content

Commit

Permalink
Turn off ubuntu-install script in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sean committed Apr 26, 2023
1 parent be7dc70 commit 87c33be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Expand Up @@ -27,10 +27,6 @@ jobs:
- name: Display Python version
run: python -c "import sys; print(f'Python {sys.version} on {sys.platform}')"

- name: Install Linux dependencies
if: startsWith(matrix.os, 'ubuntu')
run: |
./.github/ubuntu-install.sh
- name: Install macOS dependencies
if: startsWith(matrix.os, 'macos')
run: |
Expand Down

0 comments on commit 87c33be

Please sign in to comment.