We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fda1b commit 7c7e97aCopy full SHA for 7c7e97a
.circleci/config.yml
@@ -6,14 +6,14 @@ jobs:
6
build-docs:
7
working_directory: ~/repo
8
docker:
9
- - image: circleci/python:3.8.5-buster
+ - image: cimg/python:3.8
10
11
steps:
12
- checkout
13
14
- run:
15
name: Install deps for building atari-py
16
- command: sudo apt-get install -y cmake ffmpeg
+ command: sudo apt-get update && sudo apt-get install -y cmake ffmpeg
17
18
19
name: Install Python dependencies
environment.yml
@@ -14,4 +14,4 @@ dependencies:
- pooch
- pip:
- jupyter-book
- - gym[atari]
+ - gym[atari]==0.19
0 commit comments