Skip to content

Commit e77dc76

Browse files
committed
switch to qnr 0.15 and remove custom branch from CI workflow
1 parent dc6da59 commit e77dc76

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/test-smokes.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -174,24 +174,9 @@ jobs:
174174
with:
175175
version: "1.11.3"
176176

177-
- name: Checkout dev branch of QuartoNotebookRunner
178-
uses: actions/checkout@v4
179-
with:
180-
repository: PumasAI/QuartoNotebookRunner.jl
181-
ref: jk/workers-status
182-
path: qnr
183-
184-
- name: Set QUARTO_JULIA_PROJECT environment variable
185-
run: echo "QUARTO_JULIA_PROJECT=$GITHUB_WORKSPACE/qnr" >> $GITHUB_ENV
186-
shell: bash
187-
188177
- name: Cache Julia Packages
189178
uses: julia-actions/cache@v2
190179

191-
- name: Instantiate QuartoNotebookRunner
192-
run: julia --project=$GITHUB_WORKSPACE/qnr -e 'using Pkg; Pkg.update()'
193-
shell: bash
194-
195180
- name: Restore Julia Packages
196181
working-directory: tests
197182
shell: bash

src/resources/julia/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
QuartoNotebookRunner = "4c0109c6-14e9-4c88-93f0-2b974d3468f4"
33

44
[compat]
5-
QuartoNotebookRunner = "=0.14.0"
5+
QuartoNotebookRunner = "=0.15.0"

0 commit comments

Comments
 (0)