Skip to content

Commit

Permalink
Pull request #8: fix missing toml subdependency
Browse files Browse the repository at this point in the history
Merge in CSID/glaucus from hotfix/workflow to main

Squashed commit of the following:

commit 1e714518030ac8734ee1d7d242642968e519a15c
Author: Kyle A Logue <kyle.a.logue@aero.org>
Date:   Tue Apr 16 13:15:30 2024 -0700

    fix missing toml subdependency
  • Loading branch information
Kyle A Logue committed Apr 16, 2024
1 parent 999bbb6 commit 996aa21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install coverage[toml]
pip install .
- name: Test with pytest
run: |
Expand Down

0 comments on commit 996aa21

Please sign in to comment.