Skip to content

Commit

Permalink
simple install again
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Aug 8, 2024
1 parent 882537e commit a519185
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: install
shell: bash -l {0}
run: |
pip install --no-cache-dir git+https://github.com/intake/akimbo[test]
pip install --no-cache-dir akimbo[test]
pip install .
- name: test
shell: bash -l {0}
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: ''
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -68,7 +68,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: ''
architecture: ${{ matrix.target }}
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand All @@ -92,7 +92,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: ''
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit a519185

Please sign in to comment.