Skip to content

Commit

Permalink
set environment for azure federated login
Browse files Browse the repository at this point in the history
  • Loading branch information
tabossert committed Oct 26, 2023
1 parent c9935c8 commit 6bf6db5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ jobs:
test_ingest:
environment: ci
strategy:
matrix:
python-version: ["3.8","3.9","3.10","3.11"]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ingest-test-fixtures-update-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:
jobs:
test_logins:
runs-on: ubuntu-latest
environment: ci
steps:
- uses: 'actions/checkout@v4'
- name: 'Google Cloud Auth'
Expand Down Expand Up @@ -103,6 +104,7 @@ jobs:
make install-all-ingest
update-fixtures-and-pr:
environment: ci
runs-on: ubuntu-latest-m
env:
NLTK_DATA: ${{ github.workspace }}/nltk_data
Expand Down

0 comments on commit 6bf6db5

Please sign in to comment.