Skip to content

Commit

Permalink
correction to last commit - "fixed" the wrong action
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenpol committed Dec 15, 2022
1 parent d00dde2 commit 7130bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:

- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install --upgrade pip
Expand All @@ -36,7 +36,7 @@ jobs:

- run: python -m pytest ./tests/ --cov=ebmlite --cov-report=xml --flake8 -n auto

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: multi-file-stuff
path: |
Expand Down

0 comments on commit 7130bf4

Please sign in to comment.