diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 07295c4..35b3f40 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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 @@ -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 @@ -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