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 5d41ad0 commit 92afd75Copy full SHA for 92afd75
.circleci/config.yml
@@ -1,16 +1,16 @@
1
version: 2
2
jobs:
3
- test:
+ build:
4
docker:
5
- - image: ubuntu:18.04
+ - image: circleci/python:3.7-buster
6
working_directory: ~/repo
7
steps:
8
- checkout
9
- run:
10
name: Install Dependencies
11
command: |
12
sudo apt-get update
13
- sudo apt-get install -y --no-install-recommends gforth python
+ sudo apt-get install -y --no-install-recommends gforth
14
15
name: Run Tests
16
command: python test/run-tests.py -v
0 commit comments