Skip to content

Commit

Permalink
Enable model retraining
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarenzo committed Sep 6, 2024
1 parent 96ad6aa commit 50f4d5d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,20 @@ jobs:
run: npm run type-check

# Configure Python
# - uses: actions/setup-python@v4
# with:
# python-version: '3.11.8'
# - name: Install Poetry
# run: curl -sSL https://install.python-poetry.org/ | python -
# - name: Add Poetry to PATH
# run: echo "$HOME/.poetry/bin" >> $GITHUB_PATH
# - name: Install dependencies
# run: poetry install
- uses: actions/setup-python@v4
with:
python-version: '3.11.8'
- name: Install Poetry
run: curl -sSL https://install.python-poetry.org/ | python -
- name: Add Poetry to PATH
run: echo "$HOME/.poetry/bin" >> $GITHUB_PATH
- name: Install dependencies
run: poetry install

# Train Model
# - name: Retrain Technique Inference Engine Model
# working-directory: src/tie-web-interface/
# run: npm run build-model
- name: Retrain Technique Inference Engine Model
working-directory: src/tie-web-interface/
run: npm run build-model

# Build Website
- name: Compile Website
Expand Down

0 comments on commit 50f4d5d

Please sign in to comment.