Skip to content

Commit

Permalink
MINIFICPP-2023 Fix MacOS and Docker test github environment issues
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc Gerlits <fgerlits@gmail.com>
This closes apache#1484
  • Loading branch information
lordgamez authored and fgerlits committed Jan 4, 2023
1 parent ced3988 commit 441c20d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- id: install_dependencies
run: |
brew update
brew install --overwrite python@3.10 python@3.11
brew install ossp-uuid flex lua ccache sqliteodbc automake autoconf
- id: setup_env
name: setup enviroment
Expand Down
2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ confluent-kafka==1.7.0
PyYAML==5.4.1
m2crypto==0.38.0
watchdog==2.1.2
pyopenssl==21.0.0
pyopenssl==23.0.0
azure-storage-blob==12.9.0
prometheus-api-client==0.5.0

0 comments on commit 441c20d

Please sign in to comment.