Skip to content

Commit

Permalink
Export $FLEPI_PATH in GH action
Browse files Browse the repository at this point in the history
Set the `$FLEPI_PATH` environment variable in the gempyor CI GitHub
action, because the internal `gempyor.info._get_info` function needs it
to know where to look for config YAMLs.
  • Loading branch information
TimothyWillard committed Jan 8, 2025
1 parent ee8dae8 commit 86dbb75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gempyor-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
shell: bash
- name: Run gempyor tests
run: |
export FLEPI_PATH=$(pwd)
cd flepimop/gempyor_pkg
pytest --exitfirst
shell: bash
Expand Down

0 comments on commit 86dbb75

Please sign in to comment.