Skip to content

Commit

Permalink
Install this version of scaffoldfitter not PyPI version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Dec 7, 2024
1 parent ac9a9be commit 9c64933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test library
name: Test library

on:
pull_request:
Expand All @@ -17,9 +17,9 @@ jobs:
- name: Install library
shell: bash
run: |
pip install scaffoldfitter
ls
pip install .
- name: Run tests
shell: bash
run: |
cd scaffoldfitter
python -m unittest --discover -s

0 comments on commit 9c64933

Please sign in to comment.