Skip to content

Commit

Permalink
Install stemmer in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Sep 12, 2024
1 parent 2288f22 commit 6e1d3ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,10 @@ jobs:
path: velox_main

- name: Build PyVelox
if: ${{ github.event_name != 'schedule' && steps.get-sig.outputs.stash-hit != 'true' }}
# if: ${{ github.event_name != 'schedule' && steps.get-sig.outputs.stash-hit != 'true' }}
working-directory: velox_main
run: |
./scripts/setup-centos9.sh install_stemmer
python3 -m venv .venv
source .venv/bin/activate
Expand Down

0 comments on commit 6e1d3ba

Please sign in to comment.