Skip to content

Commit

Permalink
Merge pull request #32 from brl0/20210810
Browse files Browse the repository at this point in the history
Consolidate UPath, test fsspec local
  • Loading branch information
andrewfulton9 authored Aug 17, 2021
2 parents 88b9cad + d64ff6a commit 0b44a7b
Show file tree
Hide file tree
Showing 14 changed files with 588 additions and 532 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
user: __token__
password: ${{ secrets.UPATH_GIT_REPO }}
verbose: true
skip_existing: true
skip_existing: true
Loading

0 comments on commit 0b44a7b

Please sign in to comment.