Skip to content

Commit

Permalink
ci: Set JUPYTER_PLATFORM_DIRS
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 16, 2022
1 parent 30f4460 commit 39d1d4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- run: pip install .[test]
- env:
TEST_DATABASE_URL: postgresql://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres
# https://jupyter-core.readthedocs.io/en/stable/changelog.html#migrate-to-standard-platform-directories
JUPYTER_PLATFORM_DIRS: 1
# The unit tests are run with ipython, as the code requires an iPython instance, like in a notebook.
run: ipython -m pytest -- -W error --cov ocdskingfishercolab
- env:
Expand Down

0 comments on commit 39d1d4d

Please sign in to comment.