Skip to content

Commit

Permalink
Merge pull request #163 from n0name38/fix_gha_wf
Browse files Browse the repository at this point in the history
C2DEVEL-XXXX: remove old pyver and bump actions version
  • Loading branch information
n0name38 authored Jul 8, 2024
2 parents 9e67b1c + fd85248 commit dac51b6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ jobs:
os:
- ubuntu-20.04
python-version:
- 3.5
- 3.6
requirements:
- requirements.txt

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -49,4 +48,3 @@ jobs:
- name: Run tests
run: python tests/test.py default

0 comments on commit dac51b6

Please sign in to comment.