Skip to content

Commit 42d45a5

Browse files
committed
added stub for testing #84
1 parent 0ebb035 commit 42d45a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/python:3.5
10+
- image: coderbot/python-gpac:3.5
1111

1212
working_directory: ~/repo
1313

@@ -27,7 +27,6 @@ jobs:
2727
python3 -m venv venv
2828
. venv/bin/activate
2929
pip install -r requirements_stub.txt
30-
apt-get install -y gpac
3130
3231
- save_cache:
3332
paths:

0 commit comments

Comments
 (0)