We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db09ccc commit 0e02389Copy full SHA for 0e02389
.github/workflows/code-checks.yml
@@ -116,18 +116,13 @@ jobs:
116
117
- name: Set up Conda
118
uses: ./.github/actions/setup-conda
119
- with:
120
- environment-file: ci/deps/asv.yaml
121
-
122
- - name: Build Pandas
123
- id: build
124
- uses: ./.github/actions/build_pandas
125
126
- name: Run ASV benchmarks
127
run: |
128
cd asv_bench
129
asv machine --yes
130
- asv run --quick --dry-run --strict --durations=30 --python=same
+ git fetch origin main:main
+ asv run --quick --dry-run --strict --durations=30
131
132
build_docker_dev_environment:
133
name: Build Docker Dev Environment
ci/deps/asv.yaml
0 commit comments