We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb53be0 commit 53898d3Copy full SHA for 53898d3
.github/workflows/tockloader.yml
@@ -12,15 +12,17 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
16
- name: Set up Python 3.13
17
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
18
with:
19
python-version: 3.13
20
- name: Install dependencies
21
run: |
22
- pip install setuptools
23
- python setup.py install
+ pip install pipx
+ pipx install build
24
+ pyproject-build
25
+ pipx install .
26
- name: Run basic commands
27
28
tockloader --version
0 commit comments