Skip to content

Commit

Permalink
auto CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-xone committed Dec 3, 2022
1 parent bc1aa4a commit 2d4b503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
BLPAPI_ROOT: /home/bbg
strategy:
matrix:
python-version: [3.6.15, 3.7.15, 3.8.15]
python-version: ["3.6", "3.7", "3.8"]

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 2d4b503

Please sign in to comment.