Skip to content

Commit 3dd1ef3

Browse files
authored
Unpin s3fs dependency (#73)
* unpin s3fs dependency * run workflow on PRs
1 parent 2604cf0 commit 3dd1ef3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI
22

3-
on: push
3+
on: [push, pull_request]
44
# on:
55
# push:
66
# branches: 'master'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
install_requires=[
9595
"notebook",
9696
"boto3",
97-
"s3fs==2021.10.1",
97+
"s3fs>=2021.10.1",
9898
"jupyter_server",
9999
"singleton-decorator",
100100
"jupyterlab>=2.0.0",

0 commit comments

Comments
 (0)