Skip to content

Commit

Permalink
keep datetime in conf because of asdf
Browse files Browse the repository at this point in the history
braingram committed Sep 26, 2023
1 parent b4ffcb2 commit 1b82d91
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sphinx_asdf_ci.yml
Original file line number Diff line number Diff line change
@@ -9,6 +9,14 @@ on:
pull_request:
branches:

# Only cancel in-progress jobs or runs for the current workflow
# This cancels the already triggered workflows for a specific PR without canceling
# other instances of this workflow (other PRs, scheduled triggers, etc) when something
# within that PR re-triggers this CI
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
tox_pytest:
name: ${{ matrix.name }}
1 change: 1 addition & 0 deletions sphinx_asdf/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import datetime # noqa: F401
import os
import sys

0 comments on commit 1b82d91

Please sign in to comment.