Skip to content

Commit

Permalink
CI: run under test profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Sep 6, 2024
1 parent fce14b2 commit da4b62a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-commit-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
- name: Test the code
run: |
cd ~/.ipython/profile_collection/
# This is what IPython does internally to load the startup files:
command="
import os
Expand All @@ -58,4 +60,4 @@ jobs:
print(f'Executing {f} in CI')
ip.parent._exec_file(f)"
ipython --profile=collection -c "$command"
ipython --profile=test -c "$command"

0 comments on commit da4b62a

Please sign in to comment.