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 109a293 commit 719c1ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,9 @@ jobs:

- name: Set up dotnet ${{ matrix.dotnet }}
uses: actions/setup-dotnet@v4
# with:
with:
# dotnet-version: ${{ matrix.dotnet }}
dotnet-version: '8.0'

- name: Install shared software dependencies
uses: ./.github/workflows/install-shared-dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ jobs:
yum -y install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm
yum update
yum install -y git tar python3
python3 -m pip install mypy-protobuf virtualenv
# python3 -m ensurepip --upgrade
# python3 -m pip install --upgrade pip
# python3 -m pip install mypy-protobuf virtualenv
# package-cleanup --cleandupes
# rpm --rebuilddb
# yum clean all
Expand Down

0 comments on commit 719c1ab

Please sign in to comment.