Skip to content

Commit

Permalink
WIP: testing action for pycompon
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Jan 16, 2024
1 parent 762ce72 commit 5e7e88a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
- uses: actions/checkout@v2
- uses: NuGet/[email protected]

- name: Install Python and netpython
- name: Install Python and pythonnet
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Install netpython
- name: Install pythonnet
run: |
pip install netpython
pip install pythonnet
- uses: ./.github/actions/ghpython-components
with:
source: components
Expand Down

0 comments on commit 5e7e88a

Please sign in to comment.