Skip to content

Commit 0e02389

Browse files
author
MarcoGorelli
committed
git fetch origin main:main
1 parent db09ccc commit 0e02389

File tree

2 files changed

+2
-42
lines changed

2 files changed

+2
-42
lines changed

Diff for: .github/workflows/code-checks.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,13 @@ jobs:
116116

117117
- name: Set up Conda
118118
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
125119

126120
- name: Run ASV benchmarks
127121
run: |
128122
cd asv_bench
129123
asv machine --yes
130-
asv run --quick --dry-run --strict --durations=30 --python=same
124+
git fetch origin main:main
125+
asv run --quick --dry-run --strict --durations=30
131126
132127
build_docker_dev_environment:
133128
name: Build Docker Dev Environment

Diff for: ci/deps/asv.yaml

-35
This file was deleted.

0 commit comments

Comments
 (0)