Skip to content

Commit 53898d3

Browse files
committed
github actions: try to fix basic test
1 parent bb53be0 commit 53898d3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/tockloader.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: Set up Python 3.13
17-
uses: actions/setup-python@v1
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: 3.13
2020
- name: Install dependencies
2121
run: |
22-
pip install setuptools
23-
python setup.py install
22+
pip install pipx
23+
pipx install build
24+
pyproject-build
25+
pipx install .
2426
- name: Run basic commands
2527
run: |
2628
tockloader --version

0 commit comments

Comments
 (0)