Skip to content

Commit

Permalink
ci: pyl7vp test
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Aug 30, 2023
1 parent f65e39d commit ccbc3d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pyl7vp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: release

on: push
on:
release:
types: [created, edited]

jobs:
publish-site:
Expand Down

0 comments on commit ccbc3d9

Please sign in to comment.