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

Loading…
Cancel
Save