Skip to content

Commit

Permalink
repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
j-faria committed Mar 26, 2024
1 parent d26e564 commit 40ce115
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
12 changes: 0 additions & 12 deletions .github/actions/action.yml

This file was deleted.

12 changes: 8 additions & 4 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ on:
workflow_dispatch:

jobs:
run-example:
import:
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

- uses: kima-org/run-examples/.github/actions/install.yml@main

- name: test
- name: test import
run: |
python -c "import kima"

0 comments on commit 40ce115

Please sign in to comment.