Skip to content

Commit

Permalink
Add constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
jdddog committed Aug 2, 2023
1 parent d97cffb commit 1fd90c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
cd ..
git clone -b feature/airflow2.6.3 https://github.com/The-Academic-Observatory/observatory-platform.git
cd observatory-platform
pip install -e observatory-api
pip install -e observatory-platform
pip install -e observatory-api --user --constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.6.3/constraints-no-providers-3.8.txt
pip install -e observatory-platform --user --constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.6.3/constraints-no-providers-3.8.txt
cd ..
cd academic-observatory-workflows
pip install -e .[tests]
pip install -e .[tests] --user --constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.6.3/constraints-no-providers-3.8.txt
- name: Check licenses
run: |
Expand Down

0 comments on commit 1fd90c2

Please sign in to comment.