Skip to content

Commit

Permalink
Update dcicutils dep and CI file for GA
Browse files Browse the repository at this point in the history
  • Loading branch information
aschroed committed Oct 5, 2023
1 parent 0b38067 commit b904287
Show file tree
Hide file tree
Showing 4 changed files with 380 additions and 358 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,30 @@ on:
jobs:
# This workflow contains a single job called "build"
build:
name: Test dcicwrangling with Python ${{ matrix.python_version }}
# The type of runner that the job will run on
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python_version: [3.7, 3.8]
python_version: [3.8, 3.9, 3.10, 3.11]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python_version }}

- name: Install Deps
run: |
pip install poetry coveralls codacy-coverage
make build
pip install coveralls codacy-coverage
- name: QA
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
poetry install
poetry run coverage run --source=dcicwrangling -m pytest -vv tests
poetry run coveralls --service=github
Expand Down
2 changes: 1 addition & 1 deletion notebooks/useful_notebooks/12_geo_submission.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand Down
Loading

0 comments on commit b904287

Please sign in to comment.