Skip to content

Commit

Permalink
gha: remove old pyver and bump actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Proskurnev committed Jul 8, 2024
1 parent 9e67b1c commit 3ceebcd
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,13 @@ 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 @@ -45,8 +42,7 @@ jobs:
- name: Install Python ${{ matrix.python-version }} dependencies
run: |
pip install --upgrade pip
python -m pip install -r ${{ matrix.requirements }}
python -m pip install -r requirements.txt
- name: Run tests
run: python tests/test.py default

0 comments on commit 3ceebcd

Please sign in to comment.