Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Feb 28, 2024
1 parent a82618d commit db92dd9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ on: push
jobs:
run-my-tests:
name: Run tests
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v1
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.10'
- name: Install package and dependencies
run: |
python -m pip install pytest
Expand Down

0 comments on commit db92dd9

Please sign in to comment.