Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Feb 26, 2024
1 parent 252430c commit 947bbe0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
- name: Upgrade PyOpenSSL
run: python -m pip install pyOpenSSL --upgrade

- name: Install smart_open without dependencies
run: pip install -e .

- name: Check that smart_open imports without dependencies
run: python -c 'import smart_open'

- name: Install smart_open and its dependencies
run: pip install -e .[test]

Expand Down

0 comments on commit 947bbe0

Please sign in to comment.