Skip to content

Commit

Permalink
can i use python 3.8 back?
Browse files Browse the repository at this point in the history
  • Loading branch information
ozankaraali committed May 19, 2024
1 parent f1520da commit 010c683
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: '3.8'

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
Expand All @@ -32,7 +35,6 @@ jobs:
export LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH
# Add any other dependencies that you need to install here
- run: pip install distutils
- run: yarn
- run: yarn make

Expand Down

0 comments on commit 010c683

Please sign in to comment.