Skip to content

Commit

Permalink
Only pip install fk-graph.
Browse files Browse the repository at this point in the history
No need to install from requirements.txt anymore.
  • Loading branch information
MrCurtis committed Jan 31, 2024
1 parent bb5d079 commit b0dacb2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
- name: Install library
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install library
run: pip install .
pip install .
- name: Run tests
run: python -m unittest

0 comments on commit b0dacb2

Please sign in to comment.