Skip to content

Commit

Permalink
Remove version from action
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j committed Jan 30, 2024
1 parent 27ccd1f commit d955f8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:


steps:
- uses: actions/checkout@v4
- uses: actions/checkout
- name: Set up Python 3.10.0
uses: actions/setup-python@v4
uses: actions/setup-python
with:
python-version: 3.10.0
- name: Install required Ubuntu packages
Expand All @@ -43,7 +43,7 @@ jobs:
pip install coverage
coverage report -m
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action
# Majority of the tests require database
services:
# Label used to access the service container
Expand Down

0 comments on commit d955f8f

Please sign in to comment.