We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70626c3 + a85c1cd commit 7dc59f5Copy full SHA for 7dc59f5
.github/workflows/ci.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- main
7
pull_request:
8
+ workflow_dispatch:
9
10
jobs:
11
test:
@@ -18,10 +19,7 @@ jobs:
18
19
python-version: "3.10"
20
- name: Install build and test dependencies
21
run: |
- 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
+ python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf pandas numpy
25
- name: Install asciidtype
26
working-directory: asciidtype
27
0 commit comments