Skip to content

Commit

Permalink
starting actions from scratch pt 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Sep 28, 2020
1 parent 4890714 commit c970602
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/learn-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- run: cd tests
- run: pip install numpy pytest pytest-benchmark
- run: pytest benchmarks/test_benchmarks.py --benchmark-json output.json
- run: pytest tests/benchmarks/test_benchmarks.py --benchmark-json output.json

0 comments on commit c970602

Please sign in to comment.