← back to Exo
Update config.yml
21b0bf87774e65b98323e10f0ca2e8e5ff12c061 · 2024-08-02 10:11:00 +0100 · Alex Cheema
Files touched
Diff
commit 21b0bf87774e65b98323e10f0ca2e8e5ff12c061
Author: Alex Cheema <41707476+AlexCheema@users.noreply.github.com>
Date: Fri Aug 2 10:11:00 2024 +0100
Update config.yml
---
.circleci/config.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 4935de45..d5215b8d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -7,7 +7,7 @@ jobs:
test-python:
# Install dependencies and run tests
docker:
- - image: cimg/python:3.8-node
+ - image: cimg/python:3.12-node
steps:
- checkout
- python/install-packages:
@@ -20,7 +20,7 @@ jobs:
build-package:
# build python package
docker:
- - image: cimg/python:3.8-node
+ - image: cimg/python:3.12-node
steps:
- checkout
- run:
← 997fcaff CircleCI Commit
·
back to Exo
·
port github workflow to circleci cf4cddcc →