fix typo in ci

This commit is contained in:
Tim Paine 2023-04-07 19:08:35 -04:00
parent 81203855a6
commit ad00237fa2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
sudo apt-get install libevent-dev libjson-c-dev flex bison
sudo apt-get install libfl-dev libfl2 zlib1g-dev
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: "3.9"