Skip to content

Commit

Permalink
Working on getting gh-actions running
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Oct 7, 2021
1 parent 59f1e39 commit 3977ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaxon/spectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
on_github = os.environ.get('GITHUB_ACTIONS', None) == 'True'

if on_rtd or on_github:
if (on_rtd or on_github) or not os.path.exists('/Users/brettmorris/'):
prefix = ''
os.makedirs(".database")
else:
Expand Down

0 comments on commit 3977ebc

Please sign in to comment.