Skip to content

Commit

Permalink
Addressed CI errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
mliberty1 committed Jun 8, 2023
1 parent d21f811 commit 1d83b8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ jobs:
- name: Install python dependencies
run: python -m pip install -r requirements.txt

- name: Create local files
run: python setup.py sdist

- name: Install pyinstaller
run: python -m pip install pyinstaller

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ appnope>=0.1.2
check-manifest>=0.37
coverage>=4.5.2
fs
pyjoulescope_driver>=1.3.14,<2.0.0 # also update JOULESCOPE_DRIVER_VERSION_MIN in setup.py
pyjoulescope_driver>=1.3.15,<2.0.0 # also update JOULESCOPE_DRIVER_VERSION_MIN in setup.py
joulescope>=1.1.7,<2.0.0 # also update JOULESCOPE_VERSION_MIN in setup.py
markdown
psutil
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def run(self):
install_requires=[
'appnope>=0.1.2',
'fs',
'pyjoulescope_driver>=1.3.14,<2.0.0',
'pyjoulescope_driver>=1.3.15,<2.0.0',
'joulescope>=1.1.7,<2.0.0',
'markdown',
'psutil',
Expand Down

0 comments on commit 1d83b8a

Please sign in to comment.