Skip to content

Commit

Permalink
try to get github actions working again
Browse files Browse the repository at this point in the history
  • Loading branch information
DallanQ committed May 16, 2024
1 parent 5b58800 commit 55f9961
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==23.1
pip==23.0.1
nox==2022.11.21
nox-poetry==1.0.2
poetry==1.4.2
poetry==1.8.2
virtualenv==20.21.1
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}

Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v3
with:
python-version: "3.10"

Expand Down Expand Up @@ -144,4 +144,4 @@ jobs:
nox --session=coverage -- xml
- name: Upload coverage report
uses: codecov/[email protected].2
uses: codecov/[email protected].0

0 comments on commit 55f9961

Please sign in to comment.