Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cudo provider #38

Merged
merged 5 commits into from
Feb 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump checkout action from v3 to v4 for cudo
Bihan Rana authored and Bihan Rana committed Feb 26, 2024
commit 8042c2481ca7764d3c8ad67f55aaeb1c7edda07f
4 changes: 2 additions & 2 deletions .github/workflows/catalogs.yml
Original file line number Diff line number Diff line change
@@ -183,9 +183,9 @@ jobs:
- name: Collect catalog
working-directory: src
run: python -m gpuhunt cudo --output ../cudo.csv
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: catalogs
name: catalogs-cudo
path: cudo.csv
retention-days: 1


Unchanged files with check annotations Beta

from collections import namedtuple

Check failure on line 1 in src/gpuhunt/providers/cudo.py

GitHub Actions / python-lint

Imports are incorrectly sorted and/or formatted.
from concurrent.futures import ThreadPoolExecutor, as_completed
from itertools import chain
from typing import Optional, List