Skip to content

Commit

Permalink
ci - update python setup action version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Oct 26, 2022
1 parent 0adbbf5 commit 42e6192
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-test-with-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ jobs:
matrix:
os: [ubuntu-22.04]
compiler: [gcc-11]
python-version: ['3.x']

runs-on: ${{ matrix.os }}

steps:
- name: Environment setup
uses: actions/checkout@v3
- name: Python setup
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Python dependencies
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 42e6192

Please sign in to comment.