Skip to content

Commit

Permalink
Merge pull request #16 from washabstract/ci_dependency_update
Browse files Browse the repository at this point in the history
Updating main.yml file to include step for OS Core dependency
  • Loading branch information
DGieseke committed Sep 26, 2024
2 parents 1b2c0fc + 2c7251d commit d620f95
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2

- name: Ensure OpenStates-Core Dependency References Abstract Core Fork
run: |
sed -i 's|^openstates =.*|openstates = {git = "https://github.com/washabstract/cyclades-openstates-core.git"}|' pyproject.toml
- name: Login to Amazon ECR
uses: aws-actions/amazon-ecr-login@v2
Expand Down Expand Up @@ -56,7 +60,7 @@ jobs:
private-key: ${{ secrets.PRIVATE_KEY }}

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "washabstract/artemis"
token: ${{ steps.app-token.outputs.token }}
Expand Down

0 comments on commit d620f95

Please sign in to comment.