Skip to content

Commit

Permalink
Touch up ci for requirement-setuptools.txt removal
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSoroos committed Jan 24, 2023
1 parent 48b463a commit 4fb7559
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
- <<: *install_deps
- run: |
# Python Dependencies
pip install -r requirement-setuptools.txt
pip install -r requirements.txt
pip install -r dev-requirements.txt
python setup.py develop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Install python deps
run: pip install -r requirement-setuptools.txt -r requirements.txt -r dev-requirements.txt -e.
run: pip install -r requirements.txt -r dev-requirements.txt -e.

- name: Init environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install python deps
run: pip install -r requirement-setuptools.txt -r requirements.txt -r dev-requirements.txt -e.
run: pip install -r requirements.txt -r dev-requirements.txt -e.
- name: Install node deps
run: npm ci
- name: Check types
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/towncrier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: '3.7'
cache: 'pip'
- name: Install python deps
run: pip install -r requirement-setuptools.txt -r requirements.txt -r dev-requirements.txt -e.
run: pip install -r requirements.txt -r dev-requirements.txt -e.

- name: Check that changelog is updated
run: towncrier check >> $GITHUB_STEP_SUMMARY

0 comments on commit 4fb7559

Please sign in to comment.