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 cbaae90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,17 @@ jobs:
mkdir -p /tmp/signatures
- name: Checkout Main
if: ${{ github.event_name != 'schedule' && steps.get-sig.outputs.stash-hit != 'true' }}
# if: ${{ github.event_name != 'schedule' && steps.get-sig.outputs.stash-hit != 'true' }}
uses: actions/checkout@v4
with:
ref: ${{ steps.get-head.outputs.head_main || 'main' }}
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 cbaae90

Please sign in to comment.