Skip to content

Commit

Permalink
update github-action verison
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanshs committed Jun 7, 2021
1 parent 21cb323 commit 11c8d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v2.2.2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -40,4 +40,4 @@ jobs:
- name: Test with pytest
run: pytest --cov=./ --cov-report=xml
- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v1.5.0

0 comments on commit 11c8d90

Please sign in to comment.