fix: remove leftover directory changes from drone build steps
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Glen Whitney 2021-02-08 22:20:25 -08:00
parent 1f5378fe0e
commit c20298ddb4
1 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ steps:
- python --version - python --version
- pwd - pwd
- pip install flake8 - pip install flake8
- cd ..
### install ### install
# ## Installation # ## Installation
# #
@ -28,7 +27,6 @@ steps:
# pip install . # pip install .
# ``` # ```
### ###
- cd ../src
### develop ### develop
# You can build the distribution with # You can build the distribution with
# ``` # ```