Skip to content

Commit

Permalink
realpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jul 25, 2024
1 parent 552b92c commit 37a55f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .actions/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from pip._internal.operations import freeze
from wcmatch import glob

_PATH_HERE = os.path.dirname(__file__)
_PATH_HERE = os.path.realpath(os.path.dirname(__file__))
_PATH_ROOT = os.path.dirname(_PATH_HERE)
PATH_SCRIPT_RENDER = os.path.join(_PATH_HERE, "_ipynb-render.sh")
PATH_SCRIPT_TEST = os.path.join(_PATH_HERE, "_ipynb-validate.sh")
Expand Down

0 comments on commit 37a55f2

Please sign in to comment.