Skip to content

Commit a88a342

Browse files
committed
builds
1 parent 09d3722 commit a88a342

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/ci-monorepo.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636

3737
- name: Install dependencies
3838
run: |
39-
cd ${{ env.PACKAGE_DIR }}
4039
python -m pip install --upgrade pip
40+
cd ${{ env.PACKAGE_DIR }}
4141
pip install -e ".[dev]"
4242
4343
- name: Run linting checks
@@ -136,8 +136,8 @@ jobs:
136136

137137
- name: Install dependencies
138138
run: |
139-
cd ${{ env.PACKAGE_DIR }}
140139
python -m pip install --upgrade pip
140+
cd ${{ env.PACKAGE_DIR }}
141141
pip install -e ".[test]"
142142
143143
- name: Run unit tests with coverage
@@ -241,8 +241,8 @@ jobs:
241241

242242
- name: Install dependencies
243243
run: |
244-
cd ${{ env.PACKAGE_DIR }}
245244
python -m pip install --upgrade pip
245+
cd ${{ env.PACKAGE_DIR }}
246246
pip install -e ".[test,dev]"
247247
248248
- name: Verify Cassandra is ready
@@ -305,8 +305,8 @@ jobs:
305305

306306
- name: Install dependencies
307307
run: |
308-
cd ${{ env.PACKAGE_DIR }}
309308
python -m pip install --upgrade pip
309+
cd ${{ env.PACKAGE_DIR }}
310310
pip install -e ".[test,dev]"
311311
312312
- name: Verify Cassandra is ready

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ This is a monorepo containing two related Python packages:
3030
- [📋 Requirements](#-requirements)
3131
- [🔌 CQL Protocol Version Requirement](#-cql-protocol-version-requirement)
3232
- [🔧 Installation](#-installation)
33+
- [async-cassandra (Main Library)](#async-cassandra-main-library)
34+
- [async-cassandra-bulk (Coming Soon)](#async-cassandra-bulk-coming-soon)
3335
- [📚 Quick Start](#-quick-start)
3436
- [🤝 Contributing](#-contributing)
3537
- [📞 Support](#-support)
@@ -38,7 +40,7 @@ This is a monorepo containing two related Python packages:
3840
- [Advanced Topics](#advanced-topics)
3941
- [Examples](#examples)
4042
- [🎯 Running the Examples](#-running-the-examples)
41-
- [Available Examples](#available-examples)
43+
- [Running Examples](#running-examples)
4244
- [Running with External Cassandra](#running-with-external-cassandra)
4345
- [Example Descriptions](#example-descriptions)
4446
- [⚡ Performance](#-performance)

0 commit comments

Comments
 (0)