Skip to content

Commit

Permalink
fix install yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
biosafetylvl5 committed Oct 14, 2024
1 parent 8835b09 commit 20e64cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Pytest
name: Install

on:
push:
Expand All @@ -25,3 +25,6 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -e .
- name: Test run
run: brassy -h

0 comments on commit 20e64cf

Please sign in to comment.