Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeVN committed Sep 1, 2024
1 parent 9f0a392 commit 6d65514
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ohiodetector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "pip"
- name: "Installing dependencies"
run: "pip install -r requirements.txt"
- name: "Building dev wheel..."
Expand Down

0 comments on commit 6d65514

Please sign in to comment.