Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcjh committed Apr 17, 2024
1 parent 1d4822d commit 28fb9d6
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 47 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
with:
ref: ${{ inputs.commitRef }}
- uses: docker/setup-buildx-action@v2
# - name: Render image tag
# id: render-tag
# run: echo "result=${{ inputs.imageTag }}" >> $GITHUB_OUTPUT
- name: Setup environment
run: |
pip install -U poetry
Expand All @@ -38,4 +35,4 @@ jobs:
- name: Push pipeline image
run: |
cd src/
poetry run pipeline container push
poetry run pipeline container push -p paulh/random-generator:${{}} -o
84 changes: 42 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
black = "^24.3.0"
pipeline-ai = "^2.1.3"
pipeline-ai = "^2.1.6"
fastapi = "^0.110.1"
pre-commit = "^3.7.0"
pytest = "^8.1.1"
Expand Down

0 comments on commit 28fb9d6

Please sign in to comment.