Skip to content

Commit

Permalink
Merge branch 'master' into reproschema2redcap
Browse files Browse the repository at this point in the history
  • Loading branch information
yibeichan committed Dec 27, 2023
2 parents 5485e3d + d5e4b8b commit 91b7774
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-18.04]
os: [macos-latest, ubuntu-latest]
python-version: [3.7, 3.8, 3.9, "3.10"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install setuptools wheel twine pyyaml
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ install_requires =
PyLD
requests
requests_cache
pyyaml

test_requires =
pytest >= 4.4.0
Expand Down

0 comments on commit 91b7774

Please sign in to comment.