Skip to content

Commit

Permalink
CU-86956du3q: Use the python version of creat model pack during test …
Browse files Browse the repository at this point in the history
…time to avoid conflicts with other python versions running in parallel
  • Loading branch information
mart-r committed Aug 21, 2024
1 parent 1515548 commit ba35759
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,12 @@ jobs:
# When done, the newly created model is cleaned up
run: |
python tests/resources/regression/creation/cat_creation.py
python -m medcat.utils.regression.regression_checker tests/resources/regression/creation/simple_model4test*.zip tests/resources/regression/testing/test_model_regresssion.yml --strictness STRICTEST --require-fully-correct
rm -rf tests/resources/regression/creation/simple_model4test_*
python -m medcat.utils.regression.regression_checker \
tests/resources/regression/creation/simple_model4test-${{ matrix.python-version }}*.zip \
tests/resources/regression/testing/test_model_regresssion.yml \
--strictness STRICTEST \
--require-fully-correct
rm -rf tests/resources/regression/creation/simple_model4test-${{ matrix.python-version }}*
- name: Get the latest release version
id: get_latest_release
uses: actions/github-script@v6
Expand Down

0 comments on commit ba35759

Please sign in to comment.