Skip to content

Commit 0b9cc88

Browse files
committed
adds environment
1 parent 234066d commit 0b9cc88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959

6060
- name: Run Test
6161
run: |
62-
# source venv/bin/activate
62+
python -m venv venv
63+
source venv/bin/activate
6364
pytest -v
6465
working-directory: xero-python
6566
continue-on-error: true

0 commit comments

Comments
 (0)