Skip to content

Commit

Permalink
fix timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Sep 24, 2023
1 parent d15e801 commit a7b7374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
use-mamba: true

- name: preflight
run: doit lock:preflight
run: doit preflight

- name: setup (python)
run: doit lock:install:build_linux-64_lab4.0
Expand Down
1 change: 1 addition & 0 deletions dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def task():
_phony("test", "*:atest:*")
_phony("lab", "dt:serve:lab")
_phony("report")
_phony("preflight", "*:preflight")

if dotenv_loaded:
os.environ.update(dotenv_loaded)

0 comments on commit a7b7374

Please sign in to comment.