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 2604cf0 commit 3dd1ef3Copy full SHA for 3dd1ef3
.github/workflows/main.yml
@@ -1,6 +1,6 @@
1
name: CI
2
3
-on: push
+on: [push, pull_request]
4
# on:
5
# push:
6
# branches: 'master'
setup.py
@@ -94,7 +94,7 @@
94
install_requires=[
95
"notebook",
96
"boto3",
97
- "s3fs==2021.10.1",
+ "s3fs>=2021.10.1",
98
"jupyter_server",
99
"singleton-decorator",
100
"jupyterlab>=2.0.0",
0 commit comments