Skip to content

Commit

Permalink
Update detect_python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Apr 14, 2022
1 parent 5aed10d commit 4b48189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detect_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo -n "python " && python --version || true
echo -n "python2 " && python2 --version || true
echo -n "python3 " && python3 --version || true
npm run ci || true
npm run ci || true # `|| true` means that we expect this to fail
# Let's re-enable Python 3
- name: "Py3 ONLY: python ✅, python2 🚫, python3 ✅"
Expand Down

0 comments on commit 4b48189

Please sign in to comment.