Skip to content

Commit

Permalink
Remove requirements/ci.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
decitre committed Feb 5, 2024
1 parent 714137d commit 2807ece
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: install dependencies
run: |
pip install --upgrade pip
pip install --progress-bar=off -r requirements/ci.txt
pip install --progress-bar=off "virtualenv>=16.6.0" "pip>=19.1.1" "setuptools>=18.0.1" "six>=1.14.0" "tox" "tox-gh>=1.2"
pip --version
tox --version
protoc --version
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: install dependencies
run: |
pip install --upgrade pip
pip install --progress-bar=off -r requirements/ci.txt
pip install --progress-bar=off "virtualenv>=16.6.0" "pip>=19.1.1" "setuptools>=18.0.1" "six>=1.14.0" "tox" "tox-gh>=1.2"
pip --version
tox --version
protoc --version
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: install dependencies
run: |
pip install --upgrade pip
pip install --progress-bar=off -r requirements/ci.txt
pip install --progress-bar=off "virtualenv>=16.6.0" "pip>=19.1.1" "setuptools>=18.0.1" "six>=1.14.0" "tox" "tox-gh>=1.2"
pip --version
tox --version
protoc --version
Expand Down
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ graft tests

include .bumpversion.cfg
include .coveragerc
include tox.ini
include pyproject.toml
include .github/workflows/test.yml
include .pre-commit-config.yaml
include LICENSE
include README.md
include CONTRIBUTING.md
recursive-include requirements *.txt


global-exclude *.py[cod] __pycache__/* *.so *.dylib
6 changes: 0 additions & 6 deletions requirements/ci.txt

This file was deleted.

0 comments on commit 2807ece

Please sign in to comment.