Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #193 from timkpaine/fix
Browse files Browse the repository at this point in the history
prune gha, fix badge
  • Loading branch information
timkpaine authored Dec 31, 2020
2 parents 10b71c5 + d164832 commit a919d9e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8]
node-version: [12.x]
# exclude:
# - os: macos-latest
# python-version: 3.6
# - os: windows-latest
# python-version: 3.6

steps:
- uses: actions/checkout@v2
Expand All @@ -30,14 +24,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

# - name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v1
# with:
# node-version: ${{ matrix.node-version }}

# - name: Install yarn
# run: npm install -g yarn

- name: Install system dependencies
run: |
make talib_nix
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8]
node-version: [12.x]
# exclude:
# - os: macos-latest
# python-version: 3.6
# - os: windows-latest
# python-version: 3.6


steps:
- uses: actions/checkout@v2
Expand All @@ -30,14 +23,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

# - name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v1
# with:
# node-version: ${{ matrix.node-version }}

# - name: Install yarn
# run: npm install -g yarn

- name: Install system dependencies
run: |
make talib_nix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pyEX
Python interface to [IEX Cloud](https://iexcloud.io/docs/api/)

[![Build Status](https://github.com/timkpaine/pyEX/workflows/Build%20Status/badge.svg)](https://github.com/timkpaine/pyEX/actions?query=workflow%3A%22Build+Status%22)
[![Build Status](https://github.com/timkpaine/pyEX/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/timkpaine/pyEX/actions?query=workflow%3A%22Build+Status%22)
[![Coverage](https://codecov.io/gh/timkpaine/pyEX/branch/main/graph/badge.svg?token=ag2j2TV2wE)](https://codecov.io/gh/timkpaine/pyEX)
[![License](https://img.shields.io/github/license/timkpaine/pyEX.svg)](https://pypi.python.org/pypi/pyEX/)
[![PyPI](https://img.shields.io/pypi/v/pyEX.svg)](https://pypi.python.org/pypi/pyEX/)
Expand Down

0 comments on commit a919d9e

Please sign in to comment.