Skip to content

Commit

Permalink
removed pip install of xonsh from github
Browse files Browse the repository at this point in the history
  • Loading branch information
rjkoch committed Apr 8, 2021
1 parent fbadf83 commit a191ea1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
conda config --add channels conda-forge
conda config --set always_yes yes --set changeps1 no
conda install --file requirements/tests.txt
# Remove once 0.9.20 is released
pip install --no-deps https://github.com/xonsh/xonsh/archive/master.zip
pip install xonda
- run:
name: tests
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ install:

# Install dependencies
- conda install --file requirements/docs.txt
# Remove once 0.9.20 is released
- pip install --no-deps https://github.com/xonsh/xonsh/archive/master.zip
- pip install xonda
- python setup.py install

Expand Down
2 changes: 1 addition & 1 deletion news/oauth_fix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


**Removed:**

* Removed pip install of xonsh from github

**Fixed:**

Expand Down

0 comments on commit a191ea1

Please sign in to comment.