Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy committed Jan 11, 2022
1 parent e7681fc commit 4e8a2fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/master.yml
Expand Up @@ -162,7 +162,6 @@ jobs:
# Separate build and run to make it easier to explore logs
- name: Run database initialization tests - build
run: |
# Build wheel and copy it under tests/db
python setup.py bdist_wheel
cp -r dist tests/db
cd tests/db
Expand All @@ -176,8 +175,6 @@ jobs:
docker-compose run mlflow-mysql python run_checks.py --schema-output schemas/mysql.sql
docker-compose run mlflow-mssql ./init-mssql-db.sh
docker-compose run mlflow-mssql python run_checks.py --schema-output schemas/mssql.sql
# Clean up
docker-compose down --rmi all --volumes --remove-orphans
- name: Run anaconda compatibility tests
run: |
Expand Down

0 comments on commit 4e8a2fb

Please sign in to comment.