Skip to content

Commit 0c496b3

Browse files
authored
Fix Circle CI config (#3)
Fix Circle CI config
2 parents 5d41ad0 + 92afd75 commit 0c496b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
version: 2
22
jobs:
3-
test:
3+
build:
44
docker:
5-
- image: ubuntu:18.04
5+
- image: circleci/python:3.7-buster
66
working_directory: ~/repo
77
steps:
88
- checkout
99
- run:
1010
name: Install Dependencies
1111
command: |
1212
sudo apt-get update
13-
sudo apt-get install -y --no-install-recommends gforth python
13+
sudo apt-get install -y --no-install-recommends gforth
1414
- run:
1515
name: Run Tests
1616
command: python test/run-tests.py -v

0 commit comments

Comments
 (0)