Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
restoring py3
  • Loading branch information
chayim committed Jun 10, 2021
commit 5db79d93027c3ab306829063571b2bea21b7d556
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ commands:
command: |
git submodule update --init --recursive

setup-build-system:
steps:
- run:
name: system setup
command: ./deps/readies/bin/getpy3

jobs:

edge-build:
Expand All @@ -23,6 +29,7 @@ jobs:
- image: cimg/python:3.9
steps:
- setup_remote_docker
- setup-build-system
- checkout-all
- run:
name: Build edge for variant
Expand Down