Skip to content

Commit

Permalink
fix: fix typo in matrix value
Browse files Browse the repository at this point in the history
  • Loading branch information
Raine-Yang-UofT committed Dec 28, 2024
1 parent d766a6b commit ba110ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fi
- name: Run tests
run: |
if [[ "${{ matrix.value }}" == "z3-solver" ]]; then
if [[ "${{ matrix.dependency }}" == "z3-solver" ]]; then
pytest -vv --cov python_ta --cov-config=.coveragerc --cov-report lcov --exclude_z3=True \
--ignore=tests/test_type_constraints --ignore=tests/test_type_inference \
--ignore=tests/test_debug/test_accumulation_table.py \
Expand Down

0 comments on commit ba110ff

Please sign in to comment.