Skip to content

Commit

Permalink
Merge pull request #1130 from pycontw/rm-ci-requirements
Browse files Browse the repository at this point in the history
chore: rm CI requirements
  • Loading branch information
josix authored Mar 19, 2023
2 parents 75b4d2f + baa45ba commit 6e04f1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up Python dependencies
run: |
pip install -U pip
pip install -r requirements/ci.txt
pip install -r requirements/dev.txt
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions requirements/ci.txt

This file was deleted.

0 comments on commit 6e04f1a

Please sign in to comment.