We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b63e2 commit 217a7efCopy full SHA for 217a7ef
1 file changed
.github/workflows/build-test-lint.yml
@@ -43,7 +43,7 @@ jobs:
43
run: python setup.py sdist
44
working-directory: xero-python
45
46
- - name: Install Node.js
+ - name: Set up Node environment
47
uses: actions/setup-node@v2
48
with:
49
node-version: 20
@@ -58,7 +58,6 @@ jobs:
58
59
- name: Run Test
60
run: |
61
- # python -m venv venv
62
source venv/bin/activate
63
pytest -v
64
0 commit comments