Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gyzhou2000 committed Jul 14, 2024
1 parent 1a754c5 commit 5ab1b8f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 80 deletions.
62 changes: 0 additions & 62 deletions .circleci/config.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .circleci/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -r .circleci/requirements.txt
pip install -r requirements.txt
- name: Install Other dependencies Package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pypi_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -r .circleci/requirements.txt
pip install -r requirements.txt
- name: Install TensorLayerx
run: |
Expand Down
4 changes: 2 additions & 2 deletions docs/source/notes/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Install from pip

.. code:: bash
pip install gammgl
pip install gammagl
Install from source
-------------------
Expand Down Expand Up @@ -114,7 +114,7 @@ Install from source

.. code:: bash
python setup.py bulid_ext --inplace
python setup.py build_ext --inplace
How to Run
----------
Expand Down

0 comments on commit 5ab1b8f

Please sign in to comment.