Skip to content

Commit 484fea7

Browse files
committed
simple build
1 parent 6d25bd0 commit 484fea7

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

.github/workflows/colab.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ jobs:
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

.github/workflows/prod.yml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)