Skip to content

Commit

Permalink
Update gtrepo_level.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tboenig committed Jan 9, 2024
1 parent 901134f commit a81ffbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gtrepo_level.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
git clone --depth 1 https://github.com/OCR-D/core
cd core
sudo make deps-ubuntu
python3 -m venv $HOME/venv
source $HOME/venv/bin/activate
pip install -U pip 'setuptools>=61'
pip install ocrd
make install
cd ..
rm -rf core
Expand Down

0 comments on commit a81ffbb

Please sign in to comment.