Skip to content

Commit

Permalink
Move environment variable thing
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymclean committed Mar 24, 2024
1 parent 87c78ed commit 4008f68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
permissions:
contents: read

env:
SQLALCHEMY_DATABASE_URI: "sqlite:///:memory:"

jobs:
build:

Expand All @@ -36,4 +39,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
SQLALCHEMY_DATABASE_URI=sqlite:///:memory: pytest
pytest

0 comments on commit 4008f68

Please sign in to comment.