Skip to content

Commit

Permalink
Merge branch 'master' into feature/ilike-operator-#243
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Oct 18, 2021
2 parents 19c48a5 + a426ec7 commit f69f136
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: icatproject-contrib/icat-ansible
ref: ubuntu-20-work
ref: master
path: icat-ansible
- name: Install Ansible
run: pip install -r icat-ansible/requirements.txt
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install Nox
run: pip install nox==2020.8.22
- name: Install Poetry
run: pip install poetry==1.1.4
run: pip install poetry==1.1.9
- name: Install dependencies
run: poetry install

Expand All @@ -85,7 +85,7 @@ jobs:
# Run Nox tests session, saves and uploads a coverage report to codecov
- name: Run Nox tests session
run: nox -s tests -- --cov=datagateway_api --cov-report=xml
run: nox -p ${{ matrix.python-version }} -s tests -- --cov=datagateway_api --cov-report=xml
- name: Upload code coverage report
if: matrix.python-version == '3.6'
uses: codecov/codecov-action@v1
Expand All @@ -105,7 +105,7 @@ jobs:
- name: Install Nox
run: pip install nox==2020.8.22
- name: Install Poetry
run: pip install poetry==1.1.4
run: pip install poetry==1.1.9

- name: Run Nox lint session
run: nox -s lint
Expand All @@ -125,7 +125,7 @@ jobs:
- name: Install Nox
run: pip install nox==2020.8.22
- name: Install Poetry
run: pip install poetry==1.1.4
run: pip install poetry==1.1.9

- name: Run Nox black session
run: nox -s black
Expand All @@ -145,7 +145,7 @@ jobs:
- name: Install Nox
run: pip install nox==2020.8.22
- name: Install Poetry
run: pip install poetry==1.1.4
run: pip install poetry==1.1.9

- name: Run Nox safety session
run: nox -s safety
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: icatproject-contrib/icat-ansible
ref: ubuntu-20-work
ref: master
path: icat-ansible
- name: Install Ansible
run: pip install -r icat-ansible/requirements.txt
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
- name: Create config.json
run: cp datagateway_api/config.json.example datagateway_api/config.json
- name: Install Poetry
run: pip install poetry==1.1.4
run: pip install poetry==1.1.9
- name: Install dependencies
run: poetry install

Expand Down

0 comments on commit f69f136

Please sign in to comment.