Skip to content

Commit

Permalink
Revert "Fixing Auto CI"
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-xone authored Dec 27, 2024
1 parent 97c1689 commit 6b86d6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/auto_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}

runs-on: ubuntu-latest
env:
BLPAPI_ROOT: /home/bbg
strategy:
matrix:
python-version: ["3.6.15", "3.7.17", "3.8.18"]
os: [ubuntu-latest, ubuntu-20.04]
exclude:
- python-version: "3.6.15"
os: ubuntu-latest
python-version: ["3.6", "3.7", "3.8"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-i https://pypi.org/simple
--extra-index-url https://bcms.bloomberg.com/pip/simple/
numpy >= 1.15.0
pandas >= 1.0.0, <=1.5.3
pandas >= 1.0.0
pyarrow >= 1.0.1
pytz >= 2020.4
ruamel.yaml >= 0.15.0
Expand Down

0 comments on commit 6b86d6e

Please sign in to comment.