Skip to content

Commit

Permalink
fix code.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed May 11, 2022
1 parent 711b8c1 commit 99ede4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ jobs:
if: ${{ matrix.lock == true }}
run: |
set -x
if [ ! -e requirements.txt ]; then \\
pip install -e . && \\
pip freeze --exclude-editable > requirements.txt; fi
if [ ! -e requirements.txt ]; then pip install -e . && pip freeze --exclude-editable > requirements.txt; fi
- name: run tests
run: |
Expand Down

0 comments on commit 99ede4c

Please sign in to comment.