Skip to content

Commit

Permalink
adding test workflow 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bwallrich committed Feb 6, 2024
1 parent 24c7f02 commit 9e626d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install unittest
- name: run tests
run: |
python -m unittest

0 comments on commit 9e626d7

Please sign in to comment.