We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6ee76 commit b21e4f3Copy full SHA for b21e4f3
.github/workflows/branch_push_workflow.yml
@@ -20,7 +20,7 @@ jobs:
20
# acquire specific version of python
21
- name: Set up Python 3.10
22
if: github.repository == 'ESCOMP/CAM' #Only run on main repo
23
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
24
with:
25
python-version: '3.10' # Semantic version range syntax or exact version of a Python version
26
# install required python packages
0 commit comments