Skip to content

Commit

Permalink
FIX: same fix for import clr for publish ci
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed May 5, 2024
1 parent 2e42e5d commit 5529659
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install Python and pythonnet
uses: actions/setup-python@v2
with:
python-version: '3.9.10'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install invoke
pip install pythonnet
- name: Download artifact
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 5529659

Please sign in to comment.