Skip to content

Commit

Permalink
ci: add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Nov 30, 2023
1 parent 43f37a6 commit 03ceea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: setup
run: |
python -m pip install -U pip
python -m pip install build cmeel[build]
python -m pip install build cmeel[build] cmeel-omniorb
- name: build sdist
run: python -m build -nso dist .
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 03ceea1

Please sign in to comment.