Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LuomingXu authored Mar 17, 2024
1 parent dd41f72 commit 9143fa4
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
name: Python Package using Conda
name: Build on Push

on: [push]

jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
max-parallel: 2

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies(OpenCC)
run: |
pip install OpenCC
Expand Down

0 comments on commit 9143fa4

Please sign in to comment.