Skip to content

Commit

Permalink
Set envvar in Git Actions Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bencap committed Sep 13, 2024
1 parent 3a097b5 commit 3f8d6d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ jobs:
test:
name: test py${{ matrix.python-version }}
runs-on: ubuntu-latest
env:
MAVEDB_BASE_URL: http://mavedb.api.org
strategy:
matrix:
python-version: ["3.11", "3.12"]
Expand Down

0 comments on commit 3f8d6d1

Please sign in to comment.