Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update clp-ffi-py dependency; Drop support for Python3.6. #41

Merged
merged 18 commits into from
Apr 21, 2024
Merged
Prev Previous commit
Next Next commit
Trying...
LinZhihao-723 committed Apr 20, 2024
commit a9241d68518687503510abd50315891d05568118
4 changes: 2 additions & 2 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
@@ -55,11 +55,11 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: wheel-${{ matrix.python-version }}
path: dist/
path: .

- run: pip install --upgrade
pip
./dist/clp_logging-*.whl
clp_logging-*.whl
-r requirements-test.txt
shell: cmd