Skip to content

Commit

Permalink
poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperNapierski committed Sep 21, 2023
1 parent 1e5f954 commit b41f0a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ jobs:
python3 -m pip install poetry
poetry install
#- name: 'python import issue workaround'
# shell: pwsh
# run: (Get-Content C:\hostedtoolcache\windows\python\3.10.0\x64\lib\site-packages\prompt_toolkit\styles\from_dict.py) -Replace 'from collections import Mapping', 'from collections.abc import Mapping' | Set-Content C:\hostedtoolcache\windows\python\3.10.0\x64\lib\site-packages\prompt_toolkit\styles\from_dict.py
- name: 'python import issue workaround'
shell: pwsh
run: (Get-Content C:\Users\runneradmin\AppData\Local\pypoetry\Cache\virtualenvs\graphenex-6fD1lE0z-py3.10\lib\site-packages\prompt_toolkit\styles\from_dict.py) -Replace 'from collections import Mapping', 'from collections.abc import Mapping' | Set-Content C:\Users\runneradmin\AppData\Local\pypoetry\Cache\virtualenvs\graphenex-6fD1lE0z-py3.10\lib\site-packages\prompt_toolkit\styles\from_dict.py

#- name: "pip update flask_socketio"
# run: python3 -m pip install --upgrade flask_socketio
- name: "pip update flask_socketio"
run: python3 -m pip install --upgrade flask_socketio

- name: 'run graphenex'
run: poetry run grapheneX
Expand Down

0 comments on commit b41f0a2

Please sign in to comment.