Skip to content

Commit

Permalink
keep datetime in conf because of asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Sep 26, 2023
1 parent b4ffcb2 commit 1b82d91
Show file tree
Hide file tree
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
Expand Up @@ -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 }}
Expand Down
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

Check warning on line 1 in sphinx_asdf/conf.py

View check run for this annotation

Codecov / codecov/patch

sphinx_asdf/conf.py#L1

Added line #L1 was not covered by tests
import os
import sys

Expand Down

0 comments on commit 1b82d91

Please sign in to comment.