Skip to content

Commit af361a6

Browse files
committed
update tests
1 parent d37b4f4 commit af361a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/python-tests.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ jobs:
1414
python-version: [3.10, 3.11]
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323

2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
2727
# install package and dev extras (pytest)
28-
pip install .[dev]
28+
pip install -e '.[dev]'
2929
3030
- name: Run tests
3131
run: |

0 commit comments

Comments
 (0)