Skip to content

Commit

Permalink
clanup commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshk-tw committed Oct 23, 2024
1 parent d6b63e2 commit 217a7ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: python setup.py sdist
working-directory: xero-python

- name: Install Node.js
- name: Set up Node environment
uses: actions/setup-node@v2
with:
node-version: 20
Expand All @@ -58,7 +58,6 @@ jobs:

- name: Run Test
run: |
# python -m venv venv
source venv/bin/activate
pytest -v
working-directory: xero-python
Expand Down

0 comments on commit 217a7ef

Please sign in to comment.