Skip to content

Commit

Permalink
updating pip cmd actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aineniamh committed May 13, 2024
1 parent 8e549b8 commit e010266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snipit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Install snipit
run: pip3 install -e .
run: pip3 install --break-system-packages -e .
- name: Check snipit version
run: snipit --version
- name: Run snipit with test data
Expand Down

0 comments on commit e010266

Please sign in to comment.