Change Python 3.8 to 3.9

This commit is contained in:
John J. Camilleri
2021-07-23 08:05:35 +02:00
parent 7fdbf3f400
commit 4df8999ed5

View File

@@ -159,7 +159,7 @@ jobs:
cd src/runtime/python
python setup.py build
python setup.py install
cp /usr/lib/python3.8/site-packages/pgf* /c/tmp-dist/python
cp /usr/lib/python3.9/site-packages/pgf* /c/tmp-dist/python
- name: Setup Haskell
uses: actions/setup-haskell@v1