You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In episode 2.3: Continuous Integration for Automated Testing, under the example .github/workflows/main.yml file there is a 'dangling' reference to "use python3 -m pip install -e as before", which is not actually listed anywhere until that point.
Once installed, we can use python3 -m pip install -e . as before to install our own package.
I'm guessing this sentence should just be removed from the paragraph?
The text was updated successfully, but these errors were encountered:
Oh, that was probably mentioned before but then removed - we probably need to check if this is still needed and if yes, explain what the command does (otherwise remove that line). @steve-crouch what do you think?
In episode 2.3: Continuous Integration for Automated Testing, under the example
.github/workflows/main.yml
file there is a 'dangling' reference to "usepython3 -m pip install -e
as before", which is not actually listed anywhere until that point.I'm guessing this sentence should just be removed from the paragraph?
The text was updated successfully, but these errors were encountered: