Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
mr8lu committed Jul 11, 2024
1 parent 013d3a5 commit 4731a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebook-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
working-directory: .github/workflows
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
working-directory: .github/workflows

- name: Install requirements.txt
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nbformat==5.10.4

0 comments on commit 4731a68

Please sign in to comment.