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 18b332f commit a9920f0Copy full SHA for a9920f0
.github/workflows/tests.yml
@@ -36,10 +36,12 @@ jobs:
36
echo "/usr/local/opt/gnu-getopt/bin" >> $GITHUB_PATH
37
38
- name: Install dependencies
39
+ shell: bash
40
run: |
41
./devtools/setup_ci.sh --cratedb-version=${{ matrix.cratedb-version }} --sqlalchemy-version=${{ matrix.sqla-version }}
42
43
- name: Invoke tests
44
45
46
bin/flake8
47
bin/coverage run bin/test -vv1
0 commit comments