This commit is contained in:
parent
52783f45b9
commit
f9a40fa8df
@ -12,7 +12,9 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.13.1'
|
python-version: "3.13.1"
|
||||||
|
env:
|
||||||
|
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
|
||||||
- name: Installing dependencies
|
- name: Installing dependencies
|
||||||
run: python -m pip install unittest
|
run: python -m pip install unittest
|
||||||
- name: Test with unittest
|
- name: Test with unittest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user