Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40cabf commit 24ff3e8Copy full SHA for 24ff3e8
.github/workflows/test-scripts.yml
@@ -32,7 +32,7 @@ jobs:
32
MODIFIED=$(python .github/get_modified_tutorials.py --main-branch origin/main)
33
echo "$MODIFIED"
34
[ ! -z "$MODIFIED" ] && exit 1 || echo "Success!"
35
- git checkout tutorials/FITS-header/FITS-header.ipynb
+ git reset --hard HEAD
36
37
- name: Test 2 - no modified if a file is removed and committed
38
run: |
@@ -41,3 +41,4 @@ jobs:
41
42
43
44
+ git reset --hard HEAD~1
0 commit comments