Skip to content

Commit

Permalink
Removing copy-pasta requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
manasaV3 committed Apr 5, 2023
1 parent 074a39e commit 27c60da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dataworkflow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ jobs:
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('dev-requirements.txt') }}

- name: Install dependencies
# need npe2 here to test preview page
run: |
pip install --upgrade pip
pip install -r requirements.txt
pip install pytest npe2
pip install pytest
- name: Run unit tests
working-directory: data-workflows
Expand Down

0 comments on commit 27c60da

Please sign in to comment.