Skip to content

Commit

Permalink
Replace deprecated type package types-pkg_resources with types-setupt…
Browse files Browse the repository at this point in the history
…ools in github actions
  • Loading branch information
EricR86 committed Aug 22, 2024
1 parent dafdc3b commit ed6378e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
chown -R $(id -u):$(id -g) $PWD
- name: Install test dependencies
run: |
python3 -m pip install flake8 mypy types-six types-pkg_resources
python3 -m pip install flake8 mypy types-six types-setuptools
- name: Lint with flake8
run: |
flake8 . --exclude 'doc/conf.py examples/*' --count --statistics
Expand All @@ -41,7 +41,7 @@ jobs:
pip list
- name: Run tests
run: |
cd test && python3 run_tests.py
cd test && python3 run_tests.py
- uses: actions/upload-artifact@v3
with:
name: genomedata-source
Expand All @@ -60,11 +60,11 @@ jobs:
python-version: '3.9'
- name: Install cibuildwheel
run: |
python -m pip install --upgrade cibuildwheel
python -m pip install --upgrade cibuildwheel
- name: Build wheel(s)
run: |
python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v3
with:
name: genomedata-build
path: wheelhouse/*
path: wheelhouse/*

0 comments on commit ed6378e

Please sign in to comment.