Skip to content

Commit

Permalink
add python action
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Nov 17, 2023
1 parent 3b8c54a commit 59c6471
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions {{cookiecutter.project_name}}/.github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install conda-merge
run: |
python -m pip install conda-merge
Expand Down Expand Up @@ -186,6 +189,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install package
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 59c6471

Please sign in to comment.