Skip to content

Commit

Permalink
Update push-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored Jun 5, 2024
1 parent 5b117cf commit 0cab94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Install xontrib
run: pip install .
- name: Test
run: xonsh -c 'xontrib load pipeliner'
run: xonsh --no-rc -c 'xontrib load pipeliner; echo "a,b,c" | pl split , | pl fromlist 1'

0 comments on commit 0cab94a

Please sign in to comment.