Skip to content

Commit

Permalink
Trying to fix workflow python 3.12 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsinai committed Dec 25, 2023
1 parent 1d7a8bc commit 66e5465
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
else
brew install autoconf automake libtool
fi
python3 -m pip install packaging
python --version
python -m pip install packaging setuptools
- uses: actions/checkout@v3
with:
submodules: recursive
Expand Down

0 comments on commit 66e5465

Please sign in to comment.