Skip to content

Commit

Permalink
Revert "Merge remote-tracking branch 'origin/101-new-hplc-reader' int…
Browse files Browse the repository at this point in the history
…o 111-transmission-error-of-certain-data-types-from-chemotion"

This reverts commit 3d583bd, reversing
changes made to 44e8dde.
  • Loading branch information
StarmanMartin committed Jul 9, 2024
1 parent fed9327 commit fb0cf5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 87 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.10", "3.11" ]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -16,7 +16,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install wheel setuptools pip pybind11 --upgrade
python -m pip install --upgrade pip
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 pybind11 --upgrade
python -m pip install --upgrade pip
pip install -r ./requirements/dev.txt
pip install pytest
- name: Build tests
Expand Down
82 changes: 0 additions & 82 deletions converter_app/readers/hplc.py

This file was deleted.

3 changes: 1 addition & 2 deletions requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ Werkzeug~=2.2.2
jcamp~=1.2.2
PyMuPDF==1.23.7
pylint==3.0.3
str2bool~=1.1
parser-binary @ git+https://github.com/ComPlat/BinaryParser@main
str2bool~=1.1

0 comments on commit fb0cf5d

Please sign in to comment.