mirror of
https://github.com/allenai/olmocr.git
synced 2025-06-27 04:00:02 +00:00
Fixing gh actions
This commit is contained in:
parent
8f46b6e966
commit
cd79b202ed
2
.github/actions/setup-venv/action.yml
vendored
2
.github/actions/setup-venv/action.yml
vendored
@ -39,6 +39,7 @@ runs:
|
||||
test -d .venv || virtualenv -p $(which python) --copies --reset-app-data .venv
|
||||
. .venv/bin/activate
|
||||
pip install -e .[dev]
|
||||
pip install -e .[bench]
|
||||
|
||||
- if: steps.virtualenv-cache.outputs.cache-hit == 'true'
|
||||
shell: bash
|
||||
@ -46,6 +47,7 @@ runs:
|
||||
# Set up virtual environment from cache hit.
|
||||
. .venv/bin/activate
|
||||
pip install --no-deps -e .[dev]
|
||||
pip install --no-deps -e .[bench]
|
||||
|
||||
- shell: bash
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user