Skip to content

Commit

Permalink
try with python launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowJonathan committed May 29, 2024
1 parent 73b89cc commit 0ca21d3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,8 @@ jobs:

- name: Run python test command
run: |
pip3 --version
python3 --version
pip3 install soar-sml -f wheelhouse --no-index
python3 Core/ClientSMLSWIG/Python/TestPythonSML.py
pip3.${{ matrix.python-minor }} install soar-sml -f wheelhouse --no-index
py -3.${{ matrix.python-minor }} Core/ClientSMLSWIG/Python/TestPythonSML.py
python_push_dev:
name: Publish to test.pypi.org
Expand Down

0 comments on commit 0ca21d3

Please sign in to comment.