Skip to content

Commit eedeb0e

Browse files
committed
Fix linking and build
1 parent 7c14479 commit eedeb0e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: ["3.8", "3.9", "3.10", "3.11"]
9+
python-version: ["3.9", "3.10", "3.11"]
1010
poetry-version: ["1.6.1"]
1111
os: [ubuntu-latest]
1212
runs-on: ${{ matrix.os }}

dapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
```
1616
1717
"""
18-
from . import jobs
18+
from . import jobs

dapi/jobs/jobs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s"
99
# )
1010

11+
1112
def get_status(ag, job_id, time_lapse=15):
1213
"""
1314
Retrieves and monitors the status of a job from Agave.

0 commit comments

Comments
 (0)