Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 16, 2022
1 parent 3ba55d8 commit 4d207ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: "3.7"
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -c .constraints/py3.7.txt .[doc]
pip install -c .constraints/py3.8.txt .[doc]
sudo apt-get -y install graphviz pandoc
- name: Build documentation and run notebooks
working-directory: docs
Expand Down

1 comment on commit 4d207ae

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'TensorWaves benchmark results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 4d207ae Previous: 730b89a Ratio
benchmarks/expression.py::test_fit[1000-Minuit2-numpy] 4.419274296808379 iter/sec (stddev: 0.011224222132587407) 9.411585296707777 iter/sec (stddev: 0.00055870356669898) 2.13
benchmarks/expression.py::test_fit[1000-Minuit2-numba] 4.52369606498854 iter/sec (stddev: 0.006266507346187005) 9.328857233198576 iter/sec (stddev: 0.0004291207662271506) 2.06

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.