Skip to content

Commit

Permalink
changing import in generate_model_catalog.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Borbála Farkas authored and Borbála Farkas committed Oct 28, 2024
1 parent 2f283d1 commit a92d051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_if_new_model_added.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Fetch the previous commit from the main branch to compare
parent_commit=$(git rev-parse HEAD~1)
echo $parent_commit
git checkout $parent_commit
git checkout 7fdf35d1e250f3270936a97502613c0b5d013f5a
# List directories from the previous commit
previous_dirs=$(find models -type d -maxdepth 1)
Expand Down
2 changes: 1 addition & 1 deletion documentation/catalogs/generate_model_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

sys.path.insert(0, str(PATH_ROOT/"common_utils"))

from common_utils.model_path import ModelPath
from model_path import ModelPath

GITHUB_URL = 'https://github.com/prio-data/views_pipeline/blob/main/'

Expand Down

0 comments on commit a92d051

Please sign in to comment.