Skip to content

Commit

Permalink
try pip
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Oct 2, 2024
1 parent 29a8f7c commit 4abc07f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
shell: bash -el {0}
steps:
- uses: actions/checkout@v3

- name: Try pip
if: always()
run: pip install setuptools
# - name: Set up Python
# if: matrix.version != 3.13
# uses: actions/setup-python@v4
Expand All @@ -26,11 +28,16 @@ jobs:
# allow-prereleases: true

- name: Setup Python via Miniconda
if: always()
uses: conda-incubator/[email protected]
with:
python-version: "${{ matrix.version }}"
#channels: defaults,ad-testing/label/py313_nogil

- name: Try pip again
if: always()
run: pip install setuptools

- name: Install build essentials
run: |
conda install gcc -c conda-forge -y
Expand Down

0 comments on commit 4abc07f

Please sign in to comment.