Skip to content

Commit

Permalink
update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tlowerison committed Nov 1, 2023
1 parent e37603c commit 2946589
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@nightly

- run: touch requirements.txt
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip" # caching pip dependencies
- run: rm requirements.txt

- run: pip install pre-commit

Expand Down

0 comments on commit 2946589

Please sign in to comment.