Skip to content

Commit

Permalink
BUG: Latest protobuf import error resolution (#188)
Browse files Browse the repository at this point in the history
* initial commit

* removing protobuf handling lines from test task

Co-authored-by: acs-ws <asolak@ku.edu.tr>
  • Loading branch information
AhmetCanSolak and acs-ws committed May 31, 2022
1 parent b107c8b commit 1698a50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .
pip uninstall protobuf -y
pip install --no-binary protobuf protobuf
pip install pytest==6.2.5
pip install mock==4.0.3
- name: Run the tests
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ install_requires =
numba==0.55.1
numexpr==2.8.1
numpy>=1.19.2
protobuf==3.20.1
pynndescent==0.5.5
PyQt5==5.15.6
QDarkStyle==3.0.2
Expand Down

0 comments on commit 1698a50

Please sign in to comment.