chore: remove unwanted code, fix type issues and comments

This commit is contained in:
Akash Mondal
2025-08-31 13:15:51 +00:00
parent e1141ee376
commit 186113968e
6 changed files with 42 additions and 52 deletions

View File

@ -37,7 +37,6 @@ jobs:
with:
python-version: ${{ matrix.python }}
# Add Nim installation for interop tests
- name: Install Nim for interop testing
if: matrix.toxenv == 'interop'
run: |
@ -46,7 +45,6 @@ jobs:
echo "$HOME/.nimble/bin" >> $GITHUB_PATH
echo "$HOME/.choosenim/toolchains/nim-stable/bin" >> $GITHUB_PATH
# Cache nimble packages - ADD THIS
- name: Cache nimble packages
if: matrix.toxenv == 'interop'
uses: actions/cache@v4