Skip to content

Commit 217a7ef

Browse files
committed
clanup commit
1 parent d6b63e2 commit 217a7ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-test-lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: python setup.py sdist
4444
working-directory: xero-python
4545

46-
- name: Install Node.js
46+
- name: Set up Node environment
4747
uses: actions/setup-node@v2
4848
with:
4949
node-version: 20
@@ -58,7 +58,6 @@ jobs:
5858

5959
- name: Run Test
6060
run: |
61-
# python -m venv venv
6261
source venv/bin/activate
6362
pytest -v
6463
working-directory: xero-python

0 commit comments

Comments
 (0)