Skip to content

Commit

Permalink
fix: fixed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
creyD committed Nov 24, 2024
1 parent 3251afd commit dfb0588
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
python-version: '3.12'
- run: python -m pip install --upgrade pip
- run: |
python -m pip install requirements.txt
python -m pip install requirements.pg.txt
python -m pip install requirements.auth0.txt
python -m pip install -r requirements.txt
python -m pip install -r requirements.pg.txt
python -m pip install -r requirements.auth0.txt
- run: python test.py

tag_and_publish:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requirements.build.txt
pip install -r requirements.build.txt
python setup.py sdist bdist_wheel
- name: Build and publish
Expand Down

0 comments on commit dfb0588

Please sign in to comment.