Skip to content

Commit

Permalink
Revert "explicitly update notebook"
Browse files Browse the repository at this point in the history
This reverts commit 5f0f279.
  • Loading branch information
AnonymousCodes911 committed Apr 17, 2024
1 parent 5288109 commit 9ad851e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build_test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,10 @@ jobs:
path: ./stingray
submodules: true

- name: Update notebooks submodule
run: |
cd ./stingray
git submodule update --init --recursive notebooks
- name: Checkout PR version of notebooks
if: github.event_name == 'pull_request'
run: |
cd ./stingray/notebooks
cd ./stingray/notebooks # Change to the submodule directory
git fetch origin pull/${{ github.event.pull_request.number }}/head:PR_${{ github.event.pull_request.number }}
git checkout PR_${{ github.event.pull_request.number }}
- name: Setup Python
Expand Down

0 comments on commit 9ad851e

Please sign in to comment.