Skip to content

Commit 2d2eeb8

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ jobs:
2525
echo $(python -V)
2626
python -m pip install --upgrade pip
2727
pip install 'xonsh[full]'
28-
- name: Install awesome RC
29-
run: |
30-
pip install --use-pep517 .
31-
- name: Test awesome RC
28+
- name: Test dev.xonshrc
3229
run: |
3330
echo Testing...
3431
export XONSH_SHOW_TRACEBACK=True

0 commit comments

Comments
 (0)