Skip to content

Commit

Permalink
fix: add change [[ if CI ]] then use local python
Browse files Browse the repository at this point in the history
  • Loading branch information
philipdelorenzo committed Oct 20, 2024
1 parent 62a478f commit 89dd616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gh_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from github import Auth

from icecream import ic # We will use icecream to print out the job information
from datetime import datetime, timezone, UTC
#from datetime import datetime, timezone, UTC

BASE = os.path.dirname(os.path.abspath(__file__)) # Get the base directory of the script
WORKDIR = os.environ.get("WORKDIR") # Get the workflows directory
Expand Down

0 comments on commit 89dd616

Please sign in to comment.