Skip to content

Commit

Permalink
fix double env-var setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jul 18, 2023
1 parent 1485340 commit f39f2a9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/dagger-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install pre-commit
pre-commit install
- name: Run pre-commit
run: |
pre-commit run --all-files --show-diff-on-failure
uses: pre-commit/action@v3.0.0

integration:
name: Integration Tests
Expand All @@ -69,6 +62,5 @@ jobs:
echo "SANITIZE_FILE_URL=${{ github.event.inputs.SANITIZE_FILE_URL }}" >> $GITHUB_ENV
- name: Dagger testing
run: |
export BASE_IMAGE_TAG=${{ github.event.inputs.image_tag }}
pip install .[dagger]
python ./ci/dagger-pipeline.py

0 comments on commit f39f2a9

Please sign in to comment.