Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Mar 24, 2024
1 parent 6e8c959 commit 63b8928
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
jobs:

pytest:
runs-on: ubuntu-latest
runs-on: macos-14

steps:
- name: Checkout repository
Expand All @@ -19,9 +19,14 @@ jobs:

- name: Setup packages
uses: ./.github/actions/setup
with:
python-version: '3.10'

- name: Install package
run: |
echo "python-setup: ${{ env.pythonLocation }}"
python -c "import sys; print(sys.executable)"
python -c "import sys; print(sys.exec_prefix)"
pip install --verbose -e .[test]
- name: Print GLIBC dependency
Expand Down

0 comments on commit 63b8928

Please sign in to comment.