Skip to content

Commit

Permalink
fix python version in deploy_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDanielThangarajan committed Oct 11, 2024
1 parent 43332f3 commit 7b71ff5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wf-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:

deploy-docs:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
strategy:
fail-fast: false
matrix:
python-version: [ "3.10"]
runs-on: ubuntu-latest
needs: build
permissions:
Expand Down
8 changes: 3 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ This library provides a Python implementation of the Nasdaq protocols and FIX pr

Currently, the library supports the following protocols:
1. SOUP

Following protocols are planned to be implemented in this repository:
1. OUCH
2. ITCH
3. FIX
2. OUCH
3. ITCH
4. FIX


Indices and tables
Expand Down

0 comments on commit 7b71ff5

Please sign in to comment.