Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Mortari <[email protected]>
  • Loading branch information
tarilabs committed Apr 8, 2024
1 parent 407dbfe commit 48d2677
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pip==23.3.1
pipx==1.4.3
nox==2023.04.22
nox-poetry==1.0.2
poetry==1.6.1
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,15 @@ jobs:
steps:
- name: Check out the repository
uses: actions/checkout@v4
- run: |
ls -la .github/workflows
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Upgrade pip
run: |
pip install --constraint=.github/workflows/constraints.txt pip
pip install --constraint=.github/workflows/constraints.txt pip "pipx==1.4.3"
pip --version
pipx --version
- name: Upgrade pip in virtual environments
shell: python
run: |
Expand Down

0 comments on commit 48d2677

Please sign in to comment.