test CircleCI machine executor (more RAM?)

pull/86/head
Clemens Neudecker 1 year ago committed by GitHub
parent 63d996880d
commit f264eaf424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,8 +3,8 @@ version: 2
jobs: jobs:
build-python37: build-python37:
docker: machine:
- image: python:3.7 - image: ubuntu-2004:2023.02.1
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -20,8 +20,8 @@ jobs:
- run: make smoke-test - run: make smoke-test
build-python38: build-python38:
docker: machine:
- image: python:3.8 - image: ubuntu-2004:2023.02.1
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -40,6 +40,5 @@ workflows:
version: 2 version: 2
build: build:
jobs: jobs:
#- build-python36
- build-python37 - build-python37
- build-python38 - build-python38

Loading…
Cancel
Save