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 3a097b5 commit cc8f3adCopy full SHA for cc8f3ad
.github/workflows/checks.yaml
@@ -4,6 +4,8 @@ jobs:
4
test:
5
name: test py${{ matrix.python-version }}
6
runs-on: ubuntu-latest
7
+ env:
8
+ MAVEDB_BASE_URL: https://api.mavedb.org
9
strategy:
10
matrix:
11
python-version: ["3.11", "3.12"]
0 commit comments