Skip to content

Commit

Permalink
.github/workflows/ci-sage.yml: Leave running 'make configure' and './…
Browse files Browse the repository at this point in the history
…configure' to setup.py
  • Loading branch information
Matthias Koeppe committed Sep 18, 2023
1 parent a6c01ba commit 5372f3c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci-sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ jobs:
C:\\tools\\cygwin\\bin\\bash -l -x -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && python3.${{ matrix.python-version }} setup.py build_ext -i'
- name: test
run: |
C:\\tools\\cygwin\\bin\\bash -l -x -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && make configure && ./configure }}'
C:\\tools\\cygwin\\bin\\bash -l -x -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && make install PYTHON=python3.${{ matrix.python-version }}'
C:\\tools\\cygwin\\bin\\bash -l -x -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && make check-all PYTHON=python3.${{ matrix.python-version }}'
C:\\tools\\cygwin\\bin\\bash -l -x -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && make distcheck PYTHON=python3.${{ matrix.python-version }}'
Expand Down Expand Up @@ -232,8 +231,6 @@ jobs:
pip freeze
- name: Local build
run: |
make configure
./configure
make -j4 install
make -j4 check-all
make -j4 distcheck
Expand Down Expand Up @@ -278,8 +275,6 @@ jobs:
pip freeze
- name: Local build
run: |
make configure
./configure
make -j4 install
make -j4 check-all
make -j4 distcheck
Expand Down

0 comments on commit 5372f3c

Please sign in to comment.