Skip to content

Commit

Permalink
removing commented code in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli Fine committed Apr 8, 2021
1 parent 04b4b37 commit 1fd7d17
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dev-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ jobs:
echo ${{steps.software-version.outputs.prop}}
echo ${{steps.product-name.outputs.prop}}
# - name: Install enchant (required for pylint spellchecking)
# if: matrix.IS_FASTEST_JOB == true
# run: apt-get install -y enchant

- name: Install pipenv # no known reason for this specific version of pipenv, just pinning it for good practice
run: pip install pipenv==2020.11.15

Expand Down

0 comments on commit 1fd7d17

Please sign in to comment.