Skip to content

Commit 0b44a7b

Browse files
Merge pull request #32 from brl0/20210810
Consolidate UPath, test fsspec local
2 parents 88b9cad + d64ff6a commit 0b44a7b

File tree

14 files changed

+588
-532
lines changed

14 files changed

+588
-532
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
python-version: [3.7, 3.8]
10+
python-version: [3.7, 3.8, 3.9]
1111
os: [ubuntu-latest, windows-latest]
1212

1313
steps:
@@ -36,4 +36,4 @@ jobs:
3636
user: __token__
3737
password: ${{ secrets.UPATH_GIT_REPO }}
3838
verbose: true
39-
skip_existing: true
39+
skip_existing: true

0 commit comments

Comments
 (0)