Skip to content

Commit

Permalink
Merge pull request #24 from outbrain/examples
Browse files Browse the repository at this point in the history
Scripts separated into a separate folder
  • Loading branch information
SkBlaz committed Sep 13, 2023
2 parents 94730c5 + cf5faf1 commit 0f939bd
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Run benchmark tests
run: |
bash run_benchmarks.sh CI
bash scripts/run_benchmarks.sh CI
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
bash run_unit_tests.sh
bash scripts/run_unit_tests.sh
1 change: 1 addition & 0 deletions docs/build_docs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cd ..; rm -rf docs; pdoc ./outrank -o docs;
1 change: 0 additions & 1 deletion run_build_docs.sh

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0f939bd

Please sign in to comment.