Skip to content

Commit

Permalink
Merge pull request ESCOMP#724 from nusbaume/issue_closing_workflow_re…
Browse files Browse the repository at this point in the history
…l2.1_fix

Update issue closing workflow in order to avoid Github Action failures.
  • Loading branch information
nusbaume committed Dec 13, 2022
2 parents 798eb61 + 1f0075f commit 632d2cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/branch_push_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
runs-on: ubuntu-latest
steps:
# acquire github action routines
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# acquire specific version of python
- name: Set up Python 3.6
- name: Set up Python 3.10
if: github.repository == 'ESCOMP/CAM' #Only run on main repo
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: '3.6' # Semantic version range syntax or exact version of a Python version
python-version: '3.10' # Semantic version range syntax or exact version of a Python version
# install required python packages
- name: Install dependencies
if: github.repository == 'ESCOMP/CAM' #Only run on main repo
Expand Down

0 comments on commit 632d2cb

Please sign in to comment.