Skip to content

Commit

Permalink
Back out the things that didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
bbayles committed Jun 21, 2024
1 parent 9c0900c commit 8f93d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,20 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: "3.12"
python-version: "3.8"
- name: Install dependencies
run: |
python -m venv .venv
source .venv/bin/activate
make requirements
- name: Build packages
run: |
source .venv/bin/activate
make package
- name: Run tests
run: |
source .venv/bin/activate
pip install -e .
make coverage
- name: Check docs
run: |
source .venv/bin/activate
make docs
5 changes: 0 additions & 5 deletions MANIFEST.IN

This file was deleted.

0 comments on commit 8f93d34

Please sign in to comment.