Skip to content

Commit

Permalink
Remove tests rerun in MacOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 committed Dec 27, 2024
1 parent 7896eb9 commit 5424897
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,6 @@ jobs:
run: |
make venv-test-examples
- name: Rerun mysql tests with MariaDB
env:
TESTSUITE_ALLOW_ROOT: 1
TESTSUITE_DEBUG: 1
PYTEST_ARGS: "-k mysql -vvs"
run: |
curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash
sudo apt install -y mariadb-server
make venv-tests
- name: Build documentation
run: |
make build-docs

0 comments on commit 5424897

Please sign in to comment.