Skip to content

Commit

Permalink
cleaned up doctest.yaml CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
nh916 committed Oct 30, 2023
1 parent 6aec6f8 commit 3f82b2f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/doctest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,11 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python${{ matrix.python-version }} -m pip install --upgrade pip
pip install -r requirements_dev.txt
- name: pip install CRIPT Python SDK local package
run: |
python${{ matrix.python-version }} -m pip install -e .
pwd
run: python${{ matrix.python-version }} -m pip install -e .

- name: Run Doctests
run: python${{ matrix.python-version }} -m pytest --doctest-modules src/cript/

0 comments on commit 3f82b2f

Please sign in to comment.