Skip to content

Commit

Permalink
test c# and python on container
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Sep 20, 2024
1 parent 33d21d0 commit 3ed3dd3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-python-wrapper/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ runs:

- name: Install Python software dependencies
shell: bash
if: !contains(inputs.os, 'amazon-linux')
run: |
# Disregarding PEP 668 as it addresses package managers conflicts, which is not applicable in the CI scope.
INSTALL_FLAGS=`if [[ "${{ inputs.os }}" =~ .*"macos".* ]]; then echo "--break-system-packages"; else echo ""; fi`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Install git
run: |
yum update
yum install -y git tar findutils-1
yum install -y git tar findutils
- uses: actions/checkout@v4
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

# - name: Install dependencies
# working-directory: ./python
# run: |
# python -m pip install --upgrade pip
# pip install mypy-protobuf

- name: Build Python wrapper
uses: ./.github/workflows/build-python-wrapper
Expand Down

0 comments on commit 3ed3dd3

Please sign in to comment.