Skip to content

Commit

Permalink
[fix] missing notebook sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Aug 15, 2024
1 parent 3e3185f commit 97b8742
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:
- uses: actions/checkout@v2

- name: Install Packages if changed files
if: ${{ steps.filter.outputs.notebooks == 'true' }}
run: |
pip install jupytext
- name: Synch changed files
if: ${{ steps.filter.outputs.notebooks == 'true' }}
run: |
jupytext --use-source-timestamp --sync scripts/*.py
Expand Down

0 comments on commit 97b8742

Please sign in to comment.