We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78e0f84 + 9eecf24 commit ed959e8Copy full SHA for ed959e8
.gitpod.Dockerfile
.gitpod.yml
@@ -1,19 +1,15 @@
1
-image:
2
- file: .gitpod.Dockerfile
3
-
4
tasks:
5
- init: pip install -r ./requirements.txt
6
7
vscode:
8
extensions:
9
- - almenon.arepl@2.0.1:JWXhed/Ti1CHdOqmOfP5wg==
10
- - [email protected]:iKz57LDwKh6E4XlWzcsIVA==
+ - almenon.arepl
+ - ms-toolsai.jupyter
11
12
github:
13
prebuilds:
14
- # enable for the master/default branch (defaults to true)
15
master: true
16
- # enable for pull requests coming from this repo (defaults to true)
17
pullRequests: true
18
- # add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
19
- addComment: true
+ addCheck: true
+ addBadge: true
+ pullRequestsFromForks: true
0 commit comments