Skip to content

Commit

Permalink
Test Self Hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 committed Jun 28, 2023
1 parent 88f9e4d commit fd0cde0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-pypi-core-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
env:
PYTHON: python${{ matrix.python-version }}
steps:
- name: Check python
working-directory: ./extensions/underthesea_core
env:
PYTHON: python${{ matrix.python-version }}
run: |
ls
python --version
Expand Down

0 comments on commit fd0cde0

Please sign in to comment.