Skip to content

Commit

Permalink
I1421, taking care on github fix (#1422)
Browse files Browse the repository at this point in the history
* skyfield_data updated

* updating git setup
  • Loading branch information
ReimarBauer authored Apr 14, 2022
1 parent 7769032 commit 56b0d9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
image: openmss/mss-test:latest

steps:
- name: Trust My Directory
run: git config --global --add safe.directory /__w/MSS/MSS
- uses: actions/checkout@v2

- name: Reinstall dependencies if changed
Expand All @@ -27,8 +29,6 @@ jobs:
| sed -e "s/menuinst.*//" \
| sed -e "s/.*://" > reqs.txt \
&& source /opt/conda/bin/activate mssenv \
&& conda config --add channels conda-forge \
&& conda config --set channel_priority strict \
&& conda install --revision 0 \
&& conda install mamba python=3.9.12 \
&& mamba install pyvirtualdisplay python=3.9.12 \
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/xdist_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
image: openmss/mss-test:latest

steps:
- name: Trust My Directory
run: git config --global --add safe.directory /__w/MSS/MSS
- uses: actions/checkout@v2

- name: Reinstall dependencies if changed
Expand All @@ -27,7 +29,6 @@ jobs:
| sed -e "s/menuinst.*//" \
| sed -e "s/.*://" > reqs.txt \
&& source /opt/conda/bin/activate mssenv \
&& conda config --add channels conda-forge \
&& conda install --revision 0 \
&& conda install mamba python \
&& mamba install pyvirtualdisplay python \
Expand Down

0 comments on commit 56b0d9a

Please sign in to comment.