Skip to content

Commit 7dc59f5

Browse files
authored
Merge pull request #99 from ngoldbaum/fix-ci
Fix ci
2 parents 70626c3 + a85c1cd commit 7dc59f5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8+
workflow_dispatch:
89

910
jobs:
1011
test:
@@ -18,10 +19,7 @@ jobs:
1819
python-version: "3.10"
1920
- name: Install build and test dependencies
2021
run: |
21-
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf
22-
pip uninstall -y numpy
23-
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
24-
pip install --no-deps -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas
22+
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf pandas numpy
2523
- name: Install asciidtype
2624
working-directory: asciidtype
2725
run: |

0 commit comments

Comments
 (0)