Skip to content

Commit

Permalink
Bump setup-python action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Oct 30, 2022
1 parent 7788932 commit 505c2e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/slycot-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
fetch-depth: 0
submodules: 'recursive'
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: '3.11'
- name: Setup Ubuntu
run: |
sudo apt-get -y install gfortran cmake --fix-missing
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
fetch-depth: 0
submodules: 'recursive'
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Setup Ubuntu
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
repository: 'python-control/python-control'
path: python-control
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Setup Ubuntu
Expand Down

0 comments on commit 505c2e6

Please sign in to comment.