Try download without tqdm in production #134
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ⚗️ CI tests | |
on: [push, pull_request] | |
jobs: | |
api_tests: | |
name: 🐢 API tests | |
uses: quaternionmedia/.github/.github/workflows/pytest.yml@main | |
secrets: inherit | |
lint: | |
name: 👖 Linter | |
uses: quaternionmedia/.github/.github/workflows/lint.yml@main | |
format: | |
name: 🖤 Black | |
uses: quaternionmedia/.github/.github/workflows/black.yml@main | |
# integration_tests: | |
# name: 🔏 Integration tests | |
# uses: ./.github/workflows/cypress.yml |