File tree Expand file tree Collapse file tree 2 files changed +0
-40
lines changed
Expand file tree Collapse file tree 2 files changed +0
-40
lines changed Original file line number Diff line number Diff line change 4848 mkdir -p temp_notebooks
4949 mkdir -p temp_notebooks/notebooks
5050 python build/move_files.py --direction temp_notebooks/notebooks
51- quarto render content --to ipynb --execute -M echo:true
52- mkdir -p temp_notebooks/corrections
53- python build/move_files.py --direction temp_notebooks/corrections
5451 - uses : actions/upload-artifact@v4
5552 with :
5653 name : Source enonce
Original file line number Diff line number Diff line change @@ -197,41 +197,4 @@ jobs:
197197 # target-branch: test
198198 create-target-branch-if-needed : true
199199 reset-repo : true
200- define-matrix :
201- runs-on : ubuntu-latest
202- needs : enonces
203- outputs :
204- matrix : ${{ steps.set-matrix.outputs.matrix }}
205- steps :
206- - uses : actions/checkout@v4
207- with :
208- repository : ' linogaliana/python-datascientist-notebooks'
209- - name : Define matrix
210- id : set-matrix
211- run : |
212- echo "::set-output name=matrix::$(find . -type f -name "*.ipynb" \
213- ! -name "_*" \
214- ! -regex '.*/getting-started/.*' \
215- ! -regex '.*/modelisation/index.*' \
216- ! -regex '.*/git/.*' \
217- ! -regex '.*/modern-ds/.*' \
218- ! -regex '.*/manipulation/04a_webscraping_TP.*' \
219- | jq -R -s -c 'split("\n")[:-1]')"
220-
221- check :
222- needs : define-matrix
223- runs-on : ubuntu-latest
224- container : linogaliana/python-datascientist:latest
225- continue-on-error : true
226- strategy :
227- matrix :
228- manifest : ${{ fromJson(needs.define-matrix.outputs.matrix) }}
229- steps :
230- - uses : actions/checkout@v4
231- with :
232- repository : ' linogaliana/python-datascientist-notebooks'
233- - run : |
234- quarto render ${{ matrix.manifest }} --execute
235-
236-
237200
You can’t perform that action at this time.
0 commit comments