Skip to content

Commit

Permalink
Clippy fixes. (#846)
Browse files Browse the repository at this point in the history
* Clippy fixes.

* Drop support for Python 3.6

* Remove other 3.6

* Re-enabling caches for build (5h + seems too long and issue seems
solved)

actions/runner-images#572

* `npm audit fix`.

* Fix yaml ?

* Pyarrow issue fixed: huggingface/datasets#2268

* Installing dev libraries.

* Install python dev elsewhere ?

* Typo.

* No sudo.

* ...

* Testing the GH again.

* Maybe v2 will fix ?

* Fixing tests on MacOS Python 3.8+
  • Loading branch information
Narsil authored and McPatate committed Dec 22, 2021
1 parent 27fada6 commit 823b37a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ jobs:
path: ~/.cargo/registry
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}

# - name: Cache Cargo Build Target
# uses: actions/cache@v1
# with:
# path: ./bindings/python/target
# key: ${{ runner.os }}-cargo-python-build-${{ hashFiles('**/Cargo.lock') }}
- name: Cache Cargo Build Target
uses: actions/cache@v1
with:
path: ./bindings/python/target
key: ${{ runner.os }}-cargo-python-build-${{ hashFiles('**/Cargo.lock') }}

- name: Lint with RustFmt
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 823b37a

Please sign in to comment.