Skip to content

Commit

Permalink
removed pybind11 to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
StarmanMartin committed May 29, 2024
1 parent 0d088da commit feec8ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install wheel setuptools pip --upgrade
pip install wheel setuptools pip pybind11 --upgrade
pip install -r ./requirements/dev.txt
pip install pylint
- name: Analysing the code with pylint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install wheel setuptools pip --upgrade
pip install wheel setuptools pip pybind11 --upgrade
pip install -r ./requirements/dev.txt
pip install pytest
- name: Build tests
Expand Down
1 change: 0 additions & 1 deletion requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ jcamp~=1.2.2
PyMuPDF==1.23.7
pylint==3.0.3
str2bool~=1.1
pybind11
parser-binary @ git+https://github.com/ComPlat/BinaryParser@main

0 comments on commit feec8ad

Please sign in to comment.