Skip to content

Commit b1dea48

Browse files
up workflows/
1 parent f41b750 commit b1dea48

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: answerdotai/workflows/quarto-ghp@master
13-
# with: {pre: 1}
13+
with:
14+
version: "3.12"

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
os: [ubuntu, macos]
17-
version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
16+
os: [ubuntu]
17+
version: ["3.12", "3.13"]
1818
runs-on: ${{ matrix.os }}-latest
1919
steps:
2020
- uses: answerdotai/workflows/nbdev-ci@master

0 commit comments

Comments
 (0)