From 5e7e88a7e677b6d1ff000f26af7e0bdb314d92a8 Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Tue, 16 Jan 2024 21:43:33 +0100 Subject: [PATCH] WIP: testing action for pycompon --- .github/workflows/build-components.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-components.yml b/.github/workflows/build-components.yml index 013a555..c5023d2 100644 --- a/.github/workflows/build-components.yml +++ b/.github/workflows/build-components.yml @@ -9,13 +9,13 @@ jobs: - uses: actions/checkout@v2 - uses: NuGet/setup-nuget@v1.0.5 - - 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