There was an error while loading. Please reload this page.
1 parent e7b6800 commit 411fb64Copy full SHA for 411fb64
1 file changed
.github/workflows/notebook-pr.yml
@@ -17,9 +17,8 @@ on:
17
- '*.css'
18
- '*.js'
19
20
-
21
jobs:
22
- notebook-ci:
+ notebook-ci:
23
uses: spacetelescope/notebook-ci-actions/.github/workflows/notebook-ci-unified.yml@v1
24
with:
25
execution-mode: 'pr'
@@ -31,7 +30,11 @@ jobs:
31
30
enable-execution: true
32
enable-storage: true # Store outputs to gh-storage on PR
33
enable-html-build: false # Don't build HTML docs on PR
34
- custom-runner-config: true # Enable ci_config.txt lookup
+ crds-server-url: 'https://roman-crds.stsci.edu'
+ crds-context: 'roman_0048.pmap'
35
+ crds-path: '/home/runner/crds_cache'
36
+ pre-processing-script: 'shared/ci_data_dependencies.py'
37
+ custom-runner-config: true
38
secrets:
39
CASJOBS_USERID: ${{ secrets.CASJOBS_USERID }}
40
CASJOBS_PW: ${{ secrets.CASJOBS_PW }}
@@ -40,4 +43,3 @@ jobs:
43
41
44
42
45
0 commit comments