Skip to content

m

m #21

Workflow file for this run

name: 🐛 Reproduce Python 3.14.2 x86 Bug
on:
push:
permissions:
contents: read
jobs:
reproduce:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.14"
architecture: x86
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade -r dev_requirements/ci-requirements.txt
- name: Run single parametrized test case
env:
TOXENV: local
run: tox -- --tb=short test/unit/test_serialize.py::TestSerialize::test_GIVEN_two_distinct_valid_encrypted_data_keys_WHEN_serialize_encrypted_data_keys_THEN_deserialize_equals_inputs_batch1 -vv