Skip to content

Commit

Permalink
new flow
Browse files Browse the repository at this point in the history
  • Loading branch information
veltzer committed May 5, 2022
1 parent 289830d commit 9751174
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: requirements
run: python -m pip install -r requirements.txt
- name: pydmt
run: python -m pip install pydmt pyclassifiers
- name: build_tools
run: pydmt build_tools
- name: build_reqs
run: pydmt build_reqs
- name: make
run: pymakehelper run_make
6 changes: 4 additions & 2 deletions templates/.github/workflows/build.yml.mako
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${"${{ matrix.python-version }}"}
- name: requirements
run: python -m pip install -r requirements.txt
- name: pydmt
run: python -m pip install pydmt pyclassifiers
- name: build_tools
run: pydmt build_tools
- name: build_reqs
run: pydmt build_reqs
- name: make
run: pymakehelper run_make

0 comments on commit 9751174

Please sign in to comment.