Skip to content

Commit

Permalink
Disable metadata check, it seems to never have been needed
Browse files Browse the repository at this point in the history
  • Loading branch information
totycro committed Oct 23, 2023
1 parent 68c3ed2 commit a5089d6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/check_notebook_submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ jobs:
name: "Check submission"
runs-on: ubuntu-latest
steps:
- name: "Set up Python 3.11"
uses: actions/setup-python@v1
with:
python-version: "3.11"

- name: "Checkout pull request"
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -67,12 +62,10 @@ jobs:
for new_file in $(jq --raw-output ".[]" $HOME/files_added.json); do
echo "Checking newfile: $new_file"
python ./master/.github/check_nb_metadata.py "$new_file"
trigger_execution "$new_file"
done
for mod_file in $(jq --raw-output ".[]" $HOME/files_modified.json); do
echo "Checking modified file: $mod_file"
python ./master/.github/check_nb_metadata.py "$mod_file"
trigger_execution "$mod_file"
done
Expand Down

0 comments on commit a5089d6

Please sign in to comment.