Skip to content

Commit

Permalink
Set python.install-env auto
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Dec 9, 2024
1 parent 4685027 commit b01b368
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,9 @@ jobs:
conda info
conda list
# - name: Build and install package
# run: |
# pip install .[dev]

- name: Configure Meson project
run: |
meson setup build
- name: Build project
run: |
meson compile -C build
- name: Install project
- name: Build and install project
run: |
meson install -C build
pip install . -vvv
- name: Test import
working-directory: ${{ github.workspace }}/examples
Expand Down Expand Up @@ -96,7 +84,7 @@ jobs:
- name: Configure Meson project
run: |
set "FC=flang.exe"
meson setup build --prefix $env:CONDA_PREFIX --native-file meson-native-flang.ini
meson setup build --prefix $env:CONDA_PREFIX --python.install-env auto --native-file meson-native-flang.ini
- name: Test import
working-directory: ${{ github.workspace }}/examples
Expand Down

0 comments on commit b01b368

Please sign in to comment.