Skip to content

Commit

Permalink
do not install dev-dependencies if we just want to see it run
Browse files Browse the repository at this point in the history
  • Loading branch information
mccalluc committed Sep 19, 2024
1 parent 0fe7edf commit 79a1d3e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements-dev.txt
- name: Install flit
run: pip install flit

- name: Install package
run: flit install --symlink
run: flit install

- name: Run
run: dp-creator-ii --help
Expand Down

0 comments on commit 79a1d3e

Please sign in to comment.