We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0cdab commit 20cf1ffCopy full SHA for 20cf1ff
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "carmapy",
3
- "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bookworm",
+ "image": "mcr.microsoft.com/devcontainers/python:1-3.11-bookworm",
4
"features": {
5
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:latest": {
6
"version": "prerelease"
.github/workflows/test_notebooks.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- python-version: ["3.11", "3.12"]
+ python-version: ["3.11"]
17
18
steps:
19
- uses: actions/checkout@v3
0 commit comments