Skip to content

Commit

Permalink
wew
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbarrett committed Feb 9, 2021
1 parent 79f5e24 commit 24ef62a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,15 +180,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install System Python
run: |
brew update
brew upgrade
run:
brew install python
- name: Install package
run: python3 -m pip install .
- name: Print python config
run: |
python -c $'import sysconfig\nfor k, v in sysconfig.get_config_vars().items():\n print(k, v)'
python3 -c $'import sysconfig\nfor k, v in sysconfig.get_config_vars().items():\n print(k, v)'
- name: Print libpython Info
run: |
echo 'NAMES'
Expand Down

0 comments on commit 24ef62a

Please sign in to comment.