Skip to content

Commit

Permalink
try simplified ci and expanded reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Dec 22, 2023
1 parent a35311e commit 89d3a40
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 24 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,16 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Install pipreqs
run: pip install pipreqs

# Install packages that are not found on PyPI
- name: Install postgreSQL
run: sudo apt-get install postgresql
- name: Install flowcell_parser
run: pip install git+https://github.com/SciLifeLab/flowcell_parser.git
- name: Install scilifelab_parsers
run: pip install git+https://github.com/SciLifeLab/scilifelab_parsers.git

- name: Install requirements
run: pip install -r requirements.txt

- name: Run pipreqs
run: pipreqs --savepath pipreqs.txt

- name: Compare requirements
run: |
echo "=== pipreqs.txt contents: ==="
Expand Down
33 changes: 17 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
CouchDB==1.2
flowcell_parser==1.0.4
genologics==1.0.0
google_api_python_client==2.111.0
httplib2==0.22.0
interop==1.3.1
Markdown==3.5.1
numpy==1.26.2
oauth2client==4.1.3
pandas==2.1.4
protobuf==4.25.1
psycopg2==2.9.9
PyYAML==6.0.1
Requests==2.31.0
setuptools==65.5.0
tabulate==0.9.0
CouchDB
flowcell_parser @ git+https://github.com/SciLifeLab/flowcell_parser
genologics
google_api_python_client
httplib2
interop
Markdown
numpy
oauth2client
pandas
protobuf
psycopg2
PyYAML
Requests
scilifelab_parsers @ git+https://github.com/SciLifeLab/scilifelab_parsers
setuptools
tabulate

0 comments on commit 89d3a40

Please sign in to comment.