Skip to content

Commit

Permalink
ci: Rely on mapper auto-install for mappings (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Oct 18, 2024
1 parent 135b43f commit b4151df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
meltano==3.5.4
meltano==3.6.0b1
6 changes: 1 addition & 5 deletions .github/workflows/meltano-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- uses: actions/setup-python@v5
id: setup-python
with:
python-version: 3.12
python-version: 3.x
cache: pip
cache-dependency-path: |
meltano.yml
Expand All @@ -99,10 +99,6 @@ jobs:
run: |
meltano --version
- name: Install Mapper
run: |
meltano install mapper meltano-map-transformer
- name: Run
run: |
meltano run --install ${{ matrix.tap }} ${{ matrix.mapping }} target-sqlite
Expand Down

0 comments on commit b4151df

Please sign in to comment.