Skip to content

Commit

Permalink
Update Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
danijar committed Sep 4, 2024
1 parent aef425e commit e31caa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: zerofun
name: portal
on:
push: { branches: [main] }
pull_request: { branches: [main] }
Expand All @@ -25,4 +25,4 @@ jobs:
python -m pytest tests
- name: Package installation
run: |
python -m pip install zerofun
python -m pip install portal

0 comments on commit e31caa4

Please sign in to comment.