Skip to content

Commit

Permalink
one action
Browse files Browse the repository at this point in the history
  • Loading branch information
j-faria committed Mar 26, 2024
1 parent d55733a commit 465a740
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/reusable.yml

This file was deleted.

15 changes: 12 additions & 3 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
name: run examples

on:
push
# workflow_dispatch:
push:
workflow_dispatch:

jobs:
install-kima:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
- run: pip install -r requirements.txt

run-example:
runs-on: ubuntu-latest
steps:
- uses: kima-org/run-examples/.github/workflows/reusable.yml@main
- name: test
run: |
python -c "import kima"

0 comments on commit 465a740

Please sign in to comment.