Skip to content

Commit

Permalink
Fix linking and build
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Jan 20, 2024
1 parent 7c14479 commit eedeb0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
poetry-version: ["1.6.1"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion dapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
```
"""
from . import jobs
from . import jobs
1 change: 1 addition & 0 deletions dapi/jobs/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s"
# )


def get_status(ag, job_id, time_lapse=15):
"""
Retrieves and monitors the status of a job from Agave.
Expand Down

0 comments on commit eedeb0e

Please sign in to comment.