Skip to content

Commit

Permalink
#43 #76 rewriting non-tag-push job blocker, separating code style che…
Browse files Browse the repository at this point in the history
…ck into separate job(14)
  • Loading branch information
myselfhimself committed Dec 14, 2020
1 parent 583af83 commit 5932631
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cpythonpythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
run: |
sudo apt-get install clang-format
bash build_tools.bash 21_check_c_style # should stop this script on style error
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Check Python style
run: |
bash build_tools.bash 23_check_python_style # should stop this script on style error
Expand All @@ -35,8 +31,6 @@ jobs:
- name: Grab ligmic ${{env.GHA_GMIC_VERSION}}
run: |
bash build_tools.bash 1_clean_and_regrab_gmic_src
- name: Detect G'MIC target version
run: echo "GHA_GMIC_VERSION=$(GHA_QUIET=1 bash build_tools.bash __get_py_package_version)" >> $GITHUB_ENV
- name: Compile and run tests on .so, .whl and source distribution of gmic-py ${{ env.GHA_GMIC_VERSION }}
working-directory: ./
env:
Expand Down

0 comments on commit 5932631

Please sign in to comment.