We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eafe18 commit af2c4e7Copy full SHA for af2c4e7
.github/workflows/test-and-deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
sudo apt-get install -y docker-compose
38
39
- name: Build & Test
40
- run: make test-docker version=${{ matrix.python-version }}
+ run: make test
41
42
deploy:
43
name: Deploy
0 commit comments