Skip to content

Commit 435b768

Browse files
authored
Update python-app.yml
1 parent 2d2eeb8 commit 435b768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
echo $(python -V)
2626
python -m pip install --upgrade pip
27-
pip install 'xonsh[full]'
27+
pip install -U 'git+https://github.com/xonsh/xonsh'
2828
- name: Test dev.xonshrc
2929
run: |
3030
echo Testing...

0 commit comments

Comments
 (0)