Skip to content

Commit

Permalink
Update pip_install_on_py3_12.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 6, 2023
1 parent eb11a3d commit 815e12c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/pip_install_on_py3_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
#- PyWavelets
#- git+https://github.com/PyWavelets/pywt.git
#- scikit-image
- scikit-fuzzy
- symengine
- qiskit
#- scikit-fuzzy
#- symengine
#- qiskit
#- git+https://github.com/Qiskit/qiskit.git
- tensorflow
#- git+https://github.com/tensorflow/tensorflow.git
Expand All @@ -30,4 +30,10 @@ jobs:
#- run: pip uninstall -y ${{ matrix.module }}
- run: pip install --upgrade pip
- run: pip install ${{ matrix.module }}
# - shell: python
# run: |
# import django
# print(django.__version__)
# # import haystack
# # print(haystack.__version__)

0 comments on commit 815e12c

Please sign in to comment.