Skip to content

Commit

Permalink
fix path err
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwwww committed Jan 31, 2024
1 parent 91fddd1 commit 01ec090
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
pip install -r tests/requirements_win_mac.txt
- name: generate astar.so
run: |
python pygmtools/c_astar/get_c_astar.py
python pygmtools/c_astar_src/build_c_astar.py
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand All @@ -80,6 +80,7 @@ jobs:
run: |
pytest --cov=pygmtools --cov-report=xml --backend=mindspore tests/test_classic_solvers.py
pytest --cov=pygmtools --cov-report=xml --cov-append
windows:

runs-on: windows-2022
Expand All @@ -101,7 +102,7 @@ jobs:
python -m pip install -r tests\requirements_win_mac.txt
- name: generate astar.pyd
run: |
python pygmtools/c_astar/get_c_astar.py
python pygmtools/c_astar_src/build_c_astar.py
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 01ec090

Please sign in to comment.